Marcus Meissner : msi: Allocate 1 byte more buffer.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 13 06:31:51 CDT 2007


Module: wine
Branch: master
Commit: fb4901759be436dba014ae424b473952fdd2f577
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fb4901759be436dba014ae424b473952fdd2f577

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Sun Aug 12 18:30:43 2007 +0200

msi: Allocate 1 byte more buffer.

---

 dlls/msi/tests/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index e96f7dc..778d05a 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -1733,7 +1733,7 @@ static BOOL pf_exists(LPCSTR file)
 static void delete_pfmsitest_files(void)
 {
     SHFILEOPSTRUCT shfl;
-    CHAR path[MAX_PATH+10];
+    CHAR path[MAX_PATH+11];
 
     lstrcpyA(path, PROG_FILES_DIR);
     lstrcatA(path, "\\msitest\\*");




More information about the wine-cvs mailing list