kernel32: Eliminate unitialized values in test_GetTempPath (valgrind).

Roy Shea royshea at gmail.com
Mon Jun 16 20:02:14 CDT 2008


Initial call to GetEnvironmentVariableA in test_GetTempPath does not set
a value to save_TMP array when the TMP environment variable is not set.
This results in the use of an uninitialized save_TMP buffer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: path.diff
Type: text/x-patch
Size: 659 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080616/a2965b1d/attachment.bin 


More information about the wine-patches mailing list