]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: modern_hush: Add upstream commits up to 13 July 2024
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Tue, 3 Sep 2024 17:09:43 +0000 (19:09 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Sep 2024 19:43:56 +0000 (13:43 -0600)
commit874be948de3f6e882ddccd38c7adc66fa773d69f
tree32558558c2d8a689a14abadf727bc17fdf1c11c0
parent80ef176ac1ea385eefe95828da5cae4be04532f8
cli: modern_hush: Add upstream commits up to 13 July 2024

This commit adds the following hush busybox upstream commits:
23da5c4b716b ("hush: do not exit interactive shell on some redirection errors")
14e28c18ca1a ("hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd")
6c38d0e9da2d ("hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init")
758b21402abc ("hush: detect when terminating "done"/"fi" is missing")
2639f3bc72ac ("hush: set G.ifs sooner (prevents segfault)")

Adding specific ifdef and endif guard was needed for 2639f3bc72ac.

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
common/cli_hush_modern.c
common/cli_hush_upstream.c