http://bugs.winehq.com/show_bug.cgi?id=446
*** shadow/446 Thu May 16 14:35:23 2002 --- shadow/446.tmp.9488 Sat May 18 10:15:42 2002 *************** *** 2,8 **** | wine_dbg_vprintf: debugstr buffer overflow | +----------------------------------------------------------------------------+ | Bug #: 446 Product: Wine | ! | Status: NEW Version: unspecified | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-debug | --- 2,8 ---- | wine_dbg_vprintf: debugstr buffer overflow | +----------------------------------------------------------------------------+ | Bug #: 446 Product: Wine | ! | Status: RESOLVED Version: unspecified | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-debug | *************** *** 90,92 **** --- 90,98 ----
------- Additional Comments From apa3a@yahoo.com 2002-05-16 14:35 ------- Andreas, do you need more help? + + ------- Additional Comments From andi@rhlx01.fht-esslingen.de 2002-05-18 10:15 ------- + That "expected..." comment was lacking a \n, thus not flushing the line-oriented + debug output buffer, which thus grew beyond buffer size. + + Fixed in my local tree, will submit it very soon. \ No newline at end of file