[Git][wine/wine][master] 5 commits: cmd: Fix lexer on input redirection.
Alexandre Julliard pushed to branch master at wine / wine Commits: cf5b04ec by Eric Pouech at 2025-10-24T16:41:44+02:00 cmd: Fix lexer on input redirection. Signed-off-by: Eric Pouech <epouech(a)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(a)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(a)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(a)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(a)codeweavers.com> - - - - - 4 changed files: - programs/cmd/batch.c - programs/cmd/builtins.c - programs/cmd/directory.c - programs/cmd/wcmdmain.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/995bc46b371b8bb2c592efa3e91540... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/995bc46b371b8bb2c592efa3e91540... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)