diff options
| author | Ron Yorston <rmy@pobox.com> | 2026-03-04 15:04:12 +0000 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2026-03-09 15:23:59 +0100 |
| commit | e527bd22dbda697d09d4dff8786c6290d79d577a (patch) | |
| tree | 3b4fd60e1b3bba4e0d98129b1b3f1aa86bc25c25 /libbb/replace.c | |
| parent | ea01f254b4e0dc2f59db4cba9dd4fa98e9f5b2e5 (diff) | |
| download | busybox-w32-e527bd22dbda697d09d4dff8786c6290d79d577a.tar.gz busybox-w32-e527bd22dbda697d09d4dff8786c6290d79d577a.tar.bz2 busybox-w32-e527bd22dbda697d09d4dff8786c6290d79d577a.zip | |
ash: fix here strings causing segfault in function invocationbusybox
The size of the NFROMSTR struct wasn't initialised in the nodesize
array, so we got:
$ ./busybox sh
$ f() { cat <<< hello; }
$ f
Segmentation fault (core dumped) ./busybox sh
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/replace.c')
0 files changed, 0 insertions, 0 deletions
