=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/awk/FIXES 2022/09/01 15:21:28 1.47 +++ src/usr.bin/awk/FIXES 2022/09/21 01:42:58 1.48 @@ -25,6 +25,11 @@ This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August 1987. +Sep 12, 2022: + adjbuf minlen error (cannot be 0) in cat, resulting in NULL pbuf. + discovered by todd miller. also use-after-free issue with + tempfree in cat, thanks to Miguel Pineiro Jr and valgrind. + Aug 30, 2022: Various leaks and use-after-free issues plugged/fixed. Thanks to Miguel Pineiro Jr. .