Don't pass read-only buffer to CreateProcess as lpCommandLine
commit5d92fc9c28c2f2a326af8a5aa87069774a34a0af
authorSven Strickroth <email@cs-ware.de>
Sat, 13 Aug 2016 13:48:42 +0000 (13 15:48 +0200)
committerSven Strickroth <email@cs-ware.de>
Sat, 13 Aug 2016 13:48:42 +0000 (13 15:48 +0200)
treefcbbd1992ad3416da37f330443173fdc522a87b2
parentfaec98e63c565b2595541d86dc766d67ba7d88c6
Don't pass read-only buffer to CreateProcess as lpCommandLine

See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp
src/TortoiseMerge/AppUtils.cpp
src/TortoiseShell/ContextMenu.cpp
src/TortoiseShell/GITPropertyPage.cpp
src/TortoiseShell/RemoteCacheLink.cpp
src/TortoiseUDiff/MainWindow.cpp
src/Utils/CommonAppUtils.cpp
src/Utils/CreateProcessHelper.h