commit | 61d5997b586a28f79d54b28ce6963b643dff6e9e | [log] [tgz] |
---|---|---|
author | Brian Foley <bpfoley@google.com> | Sat Oct 15 14:45:40 2016 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 24 02:09:56 2016 +0200 |
tree | 161fb8911ed9a5bda79d1a1f8ac34534aae40564 | |
parent | 1336052a490ffe7a3790ee3c1366756ca8a7f5ca [diff] |
awk: fix segfault on for loop syntax error Parsing "for()" segfaults as awk fails to find loop iteration expressions. Signed-off-by: Brian Foley <bpfoley@google.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>