Winspool errors with notepad

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 6 01:05:01 CST 2003


"Duane Clark" <dclark at akamail.com> wrote:

> In an attempt to revive this thread (since it broke printing for me 
> too), it appears that if a NULL pointer is passed to:
> 
> RtlCreateUnicodeStringFromAsciiz(&pNameW,pName);
> 
> then it returns an empty string in pNameW.buffer, rather than NULL.

That's correct behaviour. We need to make checks for NULL everywhere
when appropriate before RtlCreateUnicodeStringFromAsciiz calls to avoid
this kind of bug.

-- 
Dmitry.






More information about the wine-devel mailing list