[PATCH] awk: Fix overly permissive func arg list parsing

Denys Vlasenko vda.linux at googlemail.com
Mon Jan 21 12:10:52 UTC 2019


Applied all three patches, thanks!


> +testing "awk func arg parsing 1" \
> +       "awk 'func f(,) { }' 2>&1" "awk: cmd. line:1: Unexpected token" "" ""

Should be "awk: cmd. line:1: Unexpected token\n"   -- with \n


More information about the busybox mailing list