CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/01 12:28:24
Modified files:
usr.bin/awk : run.c
Log message:
awkgetline: do not access unitialized data on EOF
getrec() returns 0 on EOF and leaves the contents of buf unchanged.
>From https://github.com/onetrueawk/awk/pull/134
