Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
commit82bff6bdddf90de13f0588fa3944d4e8b1a8280b
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 28 Nov 2003 23:36:06 +0000 (28 23:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Nov 2003 23:36:06 +0000 (28 23:36 +0000)
tree4717e17e27843a3616fb12a1699bd808c3ec0871
parente998d0e3cb87eccd303b7d6360234550b14931c8
Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
may not be initialized (found by Valgrind).
dlls/ntdll/path.c