Commit 39c905f6 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

wininet: Make sure to null terminate a string before copying it.

parent 1a2417d9
......@@ -560,6 +560,7 @@ void URLCacheContainers_CreateDefaults(void)
}
wszCachePath[path_len] = '\\';
wszCachePath[path_len+1] = 0;
strcpyW(wszMutexName, wszCachePath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment