mirror of https://github.com/mirror/busybox.git
e1a6874106
A 32-bit build of BusyBox using clang segfaulted in the test "awk assign while assign". Specifically, on line 7 of the test input where the adjustment of the L.v pointer when the Fields array was reallocated L.v += Fields - old_Fields_ptr; was out by 4 bytes. Rearrange to code so both gcc and clang generate code that works. Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |
||
---|---|---|
.. | ||
Config.src | ||
Kbuild.src | ||
awk.c | ||
cmp.c | ||
diff.c | ||
ed.c | ||
patch.c | ||
patch_bbox.c | ||
patch_toybox.c | ||
sed.c | ||
sed1line.txt | ||
sed_summary.htm | ||
vi.c |