CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2022/06/03 13:46:09
Modified files: usr.bin/awk : FIXES main.c tran.c Log message: Memory leak when assigning a string to some of the built-in variables. Allocated string erroneously marked DONTFREE. From Miguel Pineiro Jr.