commit | a885ce1af05c4eaa5ebcf883cb3da3433ca1c48b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 16 09:18:08 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 16 09:21:40 2021 +0200 |
tree | 783574a66ea5a5af83d047b2a2c1feba42230159 | |
parent | 83a4967e50422867f340328d404994553e56b839 [diff] |
awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat op Second reference to a field reallocs/moves Fields[] array, but first ref still tries to use the element where it was before move. function old new delta fsrealloc 94 106 +12 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>