Sweden-Number/programs/cmd
Damjan Jovanovic abe848f05f cmd.exe: Increase size of WCMD_HandleTildeModifiers() buffers to MAXSTRING.
Some buffers in WCMD_HandleTildeModifiers() are only of size MAX_PATH,
even though they handle strings that aren't necessarily
filenames. When changed to have size MAXSTRING, a stack overflow crash
with strings of size MAX_PATH stops happening.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42731
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-17 21:16:43 +01:00
..
tests cmd: Set errorlevel to 0 when 'call' is invoked with an empty string. 2020-10-15 20:53:44 +02:00
Makefile.in cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
batch.c cmd.exe: Increase size of WCMD_HandleTildeModifiers() buffers to MAXSTRING. 2020-11-17 21:16:43 +01:00
builtins.c cmd.exe: Don't prompt for move when non-interactive. 2020-09-11 16:57:42 +02:00
cmd.rc cmd: Correct capitalization of "Windows Explorer". 2019-04-03 19:28:19 +02:00
directory.c cmd: Use _wsplitpath() from msvcrt. 2020-04-27 11:32:03 +02:00
wcmd.h cmd: Fix the spelling of "tilde". 2020-04-27 11:32:05 +02:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Set errorlevel to 0 when 'call' is invoked with an empty string. 2020-10-15 20:53:44 +02:00