]> git.ipfire.org Git - thirdparty/bash.git/commit
fixes for several bugs found via fuzzing: overflow in $'...' hex expansion; fix for...
authorChet Ramey <chet.ramey@case.edu>
Tue, 30 Dec 2025 21:06:40 +0000 (16:06 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 30 Dec 2025 21:06:40 +0000 (16:06 -0500)
commit4b27601dfdc8afa44aa93fe4f34985079c0119d5
tree27935ff7f8b124705abf486b0ca3acba29c6f585
parent722a855459de33ab22749b12333e825b5a5ec539
fixes for several bugs found via fuzzing: overflow in $'...' hex expansion; fix for accessing freed memory when reading input from stdin and using multiple redirections to stdin; fix for pointer aliasing problem after a syntax error while executing a command string
CWRU/CWRU.chlog
MANIFEST
builtins/evalstring.c
examples/shellmath/README.md
execute_cmd.c
input.c
lib/sh/strtrans.c
tests/history.right
tests/history.tests
tests/history10.sub [new file with mode: 0644]