kernel32/tests: GetPrivateProfileString tests should check if buffer terminates with null

Christopher Smith cbsmith at gmail.com
Mon Jun 23 18:16:26 CDT 2008


Our current tests for GetPrivateProfileString don't currently check to 
make sure that our outbuffer is properly null terminated (and as it 
turns out, in some cases it is not). The following patch adds a test for 
that. It's "todo_wine"'d until my follow up patch is sent which fixes 
the bug triggered by this change

--Chris
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: part_patch.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080623/ffa5a30f/attachment.txt 


More information about the wine-patches mailing list