Public bug reported:
Binary package hint: gawk
Depending on the value of LANG, the script below either aborts due to a
failed assertion or runs to completion.
$ cat reducedscript
echo \001 |\
gawk '{
if ( match($NF,"001")) {
x = 1;
$NF = "[1,2]\\001";
$x = x+1;
print
Public bug reported:
Binary package hint: gawk
With the text file below (rc_cmp.txt) in the working directory, the
following command produces an error
$ cat rc_cmp.txt | gawk '{length($1)}'
*** glibc detected *** double free or corruption (fasttop): 0x080ae700 ***
Aborted
rc_cmp.txt:
## List