[WINECFG] Debug message buffer overflow fix

Hajime Segawa winetips at sidenet.ddo.jp
Tue Jul 5 02:27:39 CDT 2005


Fix for debug message buffer overflow in library tab.
-------------- next part --------------
diff -urN wine-20050628/programs/winecfg/libraries.c wine-20050628.new/programs/winecfg/libraries.c
--- wine-20050628/programs/winecfg/libraries.c	2005-06-23 20:42:54.000000000 +0900
+++ wine-20050628.new/programs/winecfg/libraries.c	2005-07-02 22:17:50.000000000 +0900
@@ -93,7 +93,7 @@
 /* Convert a dllmode to a pretty string for display. TODO: use translations. */
 static const char* mode_to_label(enum dllmode mode)
 {
-    WINE_FIXME("translate me");
+    WINE_FIXME("translate me\n");
     return mode_to_string(mode);
 }
 


More information about the wine-patches mailing list