Ron Isaacson's patch (applied and commit as rev 5bbff3553494) needs to be tested.
Ron sez:
> For a while, I had trouble reproducing this depending on which
> libraries were loaded. But you can do it pretty consistently by adding
> this just above the quoted code block:
> memset(data.wid.cStreamName, 1, _MAX_PATH * sizeof(wchar_t));
By "above the quoted block" I believe he mean "just before the call to wcscpy" at
l.1127.
|