http://bugs.winehq.org/show_bug.cgi?id=2892
------- Additional Comments From basic@mozdev.org 2005-23-04 08:29 ------- Created an attachment (id=845) --> (http://bugs.winehq.org/attachment.cgi?id=845&action=view) replace vsprintf with vsnprintf
here's a patch to replace vsprintf with vsnprintf, it will truncate the output if it is too long. Not sure if this is the right fix though.