aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2022-09-12 10:50:37 -0400
committerozan yigit <ozan.yigit@gmail.com>2022-09-12 10:50:37 -0400
commit8c4290a0d3844bc143df8ceae54b3d9f9d427eac (patch)
tree86ebb6d02f967578b4da52238e388218177fe24b
parent60447afabcbb99c7060c49364902d71735bbc16b (diff)
downloadone-true-awk-8c4290a0d3844bc143df8ceae54b3d9f9d427eac.tar.gz
updated
-rw-r--r--FIXES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index ec76a4e..fdf782e 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,11 @@ THIS SOFTWARE.
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. <mpj@pineiro.cc>.