]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for potential read builtin crash if bash gets a signal before read reads any...
authorChet Ramey <chet.ramey@case.edu>
Thu, 18 Sep 2025 21:54:55 +0000 (17:54 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 18 Sep 2025 21:54:55 +0000 (17:54 -0400)
commitcf8a2518c8b94f75b330d398f5daa0ee21417e1b
tree1bd9113ad6868d0d29e14fa7ec0127bfed2f692d
parent013fae2c98f5a74f5b5a72f39eb3acc343c6102f
fix for potential read builtin crash if bash gets a signal before read reads any input; make wait -f work if there are no pid or job arguments and update documentation; save and restore variable reflected in $BASH_COMMAND around shell function calls
15 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/read.def
builtins/wait.def
command.h
doc/bash.1
doc/bashref.texi
execute_cmd.c
jobs.c
jobs.h
tests/cond.right
tests/trap.right
tests/trap.tests
tests/trap10.sub [new file with mode: 0644]
tests/trap2.sub