]> git.ipfire.org Git - thirdparty/bash.git/commit
fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit enabled...
authorChet Ramey <chet.ramey@case.edu>
Wed, 5 Apr 2023 20:07:04 +0000 (16:07 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 5 Apr 2023 20:07:04 +0000 (16:07 -0400)
commitec9447ce9392a0f93d96789c3741285fede8a150
treed049cee3fc1905b07f1a3425980105d4126e321f
parent877ff7267584b40c082ddcc49ce6c539f05f16f4
fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit enabled; fixes for vi t/T motion commands
CWRU/CWRU.chlog
CWRU/misc/open-files.c
builtins/evalstring.c
lib/readline/vi_mode.c
lib/sh/oslib.c
subst.c