hush: set G.ifs sooner (prevents segfault)
commit2639f3bc72ac2f03af7ccc825429ccb2fce99a16
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 10 Feb 2024 15:51:39 +0000 (10 18:51 +0300)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Feb 2024 14:42:16 +0000 (25 15:42 +0100)
tree04f98e534a0b1366f91331979cace5af986ef637
parenta97a2f12804668435e05cf98ae43e3a81e3da041
hush: set G.ifs sooner (prevents segfault)

function                                             old     new   delta
set_G_ifs                                              -     151    +151
run_list                                            1024    1031      +7
run_pipe                                            1567    1445    -122
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 158/-122)           Total: 36 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c