CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/03 13:40:56
Modified files:
usr.bin/awk : FIXES main.c run.c
Log message:
Fix a file management memory leak that appears to have been there
since the files array was first initialized with stdin, stdout, and
stderr (circa 1992). From Miguel Pineiro Jr.
