[Bug 7214] wine_dbg_vprintf: debugstr buffer overflow (contents: 'err:msvcrt:demangle_datatype Unknown type ')

Wine Bugs wine-bugs at winehq.org
Sun Jan 21 02:13:12 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7214


eric.pouech at wanadoo.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1




------- Additional Comments From eric.pouech at 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.



More information about the wine-bugs mailing list