Adam Petaccia <[EMAIL PROTECTED]> writes:

> @@ -152,6 +154,8 @@ static void test_fontfamily (void)
>      WCHAR itsName[LF_FACESIZE];
>      GpStatus stat;
>  
> +    ZeroMemory(itsName, sizeof(itsName));
> +

Clearing buffers is almost always a sign that you are hiding a
bug. Please fix it properly instead.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to