]> git.ipfire.org Git - thirdparty/bash.git/commit
fix longjmp error when timing null command in posix mode; unset exit trap in subshell...
authorChet Ramey <chet.ramey@case.edu>
Tue, 2 Dec 2025 22:15:44 +0000 (17:15 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 2 Dec 2025 22:15:44 +0000 (17:15 -0500)
commit5a104e96d869e2bbf0f7f364f45d21e6fc151721
treeefb8190c60fa15f4044e7d5389c62fa0917d9900
parent4e705ed53ac364ee110f0b2fbeeab9d3301fcb6b
fix longjmp error when timing null command in posix mode; unset exit trap in subshells before checking for pending fatal signal; changes for gcc sometimes-uninitialized warning
CWRU/CWRU.chlog
builtins/printf.def
doc/bashref.texi
error.h
execute_cmd.c
jobs.c
pathexp.c
trap.c
trap.h
variables.c