Don't TRACE NULL strings

Dmitry Timoshkov dmitry at baikal.ru
Sat Oct 13 05:07:21 CDT 2001


"FranГois Gouget" <fgouget at codeweavers.com> wrote:

> - TRACE("(%p %p %x)\n",pidl,szOut,uOutSize);
> + TRACE("(%p %p %x)\n",pidl,debugstr_a(szOut),uOutSize);
               ^^             ^^^^^^^^^^^^^^^^^
Please recheck for pointer format vs. string argument mismatches.

--
Dmitry.





More information about the wine-devel mailing list