[BACK]Return to FIXES CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/FIXES between version 1.47 and 1.48

version 1.47, 2022/09/01 15:21:28 version 1.48, 2022/09/21 01:42:58
Line 25 
Line 25 
 This file lists all bug fixes, changes, etc., made since the AWK book  This file lists all bug fixes, changes, etc., made since the AWK book
 was sent to the printers in August 1987.  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:  Aug 30, 2022:
         Various leaks and use-after-free issues plugged/fixed.          Various leaks and use-after-free issues plugged/fixed.
         Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.          Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48