wine/programs/cmd
Jason Edmeades dce5f89e48 cmd: Expand the storage space for qualifiers.
When parsing a command, after the first '/' we store the characters away
in quals. The command itself can be MAXSTRING in bytes, but the quals was
limited to MAX_PATH. This is incorrect, as you can provide very long
qualifiers as well. Expand the space to allow the maximum size possible.

Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-16 09:19:04 +02:00
..
tests cmd: Handle special case tokens=* in for /f. 2018-07-16 09:18:23 +02:00
batch.c
builtins.c cmd: Handle special case tokens=* in for /f. 2018-07-16 09:18:23 +02:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c
Makefile.in
wcmd.h cmd: Expand the storage space for qualifiers. 2018-07-16 09:19:04 +02:00
wcmd.ico
wcmd.svg
wcmdmain.c cmd: Expand the storage space for qualifiers. 2018-07-16 09:19:04 +02:00