[Bug 7214] wine_dbg_vprintf: debugstr buffer overflow (contents: 'err:msvcrt:demangle_datatype Unknown type ')
http://bugs.winehq.org/show_bug.cgi?id=7214 eric.pouech(a)wanadoo.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1 ------- Additional Comments From eric.pouech(a)wanadoo.fr 2007-21-01 02:13 ------- it seems there's two unrelated issues: - there's an overflow in the internal debug buffer - there's an unsupported format in the symbol demangling code to progress with the two, could you: - double the size of the output buffer in dlls/ntdll/ntdll_misc.h (line 148: struct debug_info, field ouput[1024] -> output[2048]) - rerun the code with +msvcrt debug channel on, and post the output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs