http://bugs.winehq.org/show_bug.cgi?id=18045
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2009-04-14 11:42:49 --- This is in the MCIAVI_mciSet function.
The string buffer is only used to output debugging information, and all of the source buffers are constant strings. The buffer is long enough that the function won't overrun it. So this isn't really going to cause any problems.
That said, because it's all debugging information from constant strings, there's no need to build a string buffer in this function at all.
I'll send a patch.