wine/programs/cmd
Eric Pouech 8f1febc430 cmd: Don't write outside of variable array.
GCC 12.2 rightfully complains about an out-of-founds array access.
This can possibly happen for unsupported variable names.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-14 13:13:02 +01:00
..
tests cmd/tests: Make sure for /f doesn't loop infinitely on NULs. 2022-11-10 09:48:30 +01:00
batch.c cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
builtins.c cmd: Don't write outside of variable array. 2022-11-14 13:13:02 +01:00
cmd.rc cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
directory.c cmd: Use the wcsrev function instead of reimplementing it. 2022-11-04 19:23:55 +01:00
Makefile.in cmd: Enable compilation with long types. 2022-02-17 09:07:07 +01:00
wcmd.h cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01: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: Enable compilation with long types. 2022-02-17 09:07:07 +01:00