CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/12 13:43:38
Modified files:
usr.bin/awk : lib.c
Log message:
Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', when
malloc does not return zero-filled data. OK tb@
