kernel32: In GetTempPathW only copy the path if it fits and zero the buffer when...
commit81598be9cf1299a2a101e43ceca8d463c2c675e2
authorBruno Jesus <00cpxxx@gmail.com>
Thu, 5 Mar 2015 05:33:33 +0000 (5 02:33 -0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Mar 2015 12:42:32 +0000 (5 21:42 +0900)
tree71b3789938fac34e93ef85755ec4f3854e285af4
parentc769d6fe23561ce50d7149a61c1b475861df7786
kernel32: In GetTempPathW only copy the path if it fits and zero the buffer when it doesn't.
dlls/kernel32/path.c
dlls/kernel32/tests/path.c