-
cf5b04ec
by Eric Pouech at 2025-10-24T16:41:44+02:00
cmd: Fix lexer on input redirection.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
f98e0741
by Eric Pouech at 2025-10-24T16:41:46+02:00
cmd: Show file size greater than 4G in DIR command.
Also resolving a SAST report.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
a1172b8e
by Eric Pouech at 2025-10-24T16:41:48+02:00
cmd: Initialize a local variable.
Fixing a SAST report.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
5c3c00fa
by Eric Pouech at 2025-10-24T16:41:49+02:00
cmd: Fix a potential out of bounds access.
As reported by SAST.
Note: The out of bounds access is now fixed, but now SAST still reports
a false positive.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
671756f4
by Eric Pouech at 2025-10-24T16:41:51+02:00
cmd: Fixed an invalid memory access spotted by SAST.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>