commit | 08a514c097f1451678940a3178a9565b9d65a193 | [log] [tgz] |
---|---|---|
author | Brian Foley <bpfoley@google.com> | Tue Jan 01 13:40:59 2019 -0800 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 21 12:55:49 2019 +0100 |
tree | f86e7566847b02108eb243ad79f25345e6ba58ec | |
parent | dac15a10accc6921d1559d254ceed9fe9d092ddf [diff] |
awk: Syntax error if delete isn't given an arg. Unlike exit and return, delete strictly requires an arg, and derefs a null pointer if executed without one. Signed-off-by: Brian Foley <bpfoley@google.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>