=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- src/usr.bin/awk/FIXES 2022/06/03 19:42:27 1.45 +++ src/usr.bin/awk/FIXES 2022/06/03 19:46:09 1.46 @@ -1,4 +1,3 @@ -/* $OpenBSD: FIXES,v 1.45 2022/06/03 19:42:27 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -26,10 +25,16 @@ This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. + +May 23, 2022: + Memory leak when assigning a string to some of the built-in + variables. allocated string erroneously marked DONTFREE. + Thanks to Miguel Pineiro Jr. . + Mar 14, 2022: - The fulfillment of an assignment operand had been truncating its - entry in ARGV (since circa 1989). Thanks to Miguel Pineiro Jr. - . + Historic bug: command-line "name=value" assignment had been + truncating its entry in ARGV. (circa 1989) Thanks to + Miguel Pineiro Jr. . Mar 3, 2022: Fixed file management memory leak that appears to have been