ref: 82b675850e8e91c2eded5bc3cf4c26591b7ccdc9
parent: dbfe4128a4aeada503c3734b132a5e35d48ca85a
author: ozan yigit <ozan.yigit@gmail.com>
date: Sat May 4 10:09:34 EDT 2024
updated.
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,11 @@
This file lists all bug fixes, changes, etc., made since the
second edition of the AWK book was published in September 2023.
+May 4, 2024
+ Fixed a use-after-free bug with ARGV for "delete ARGV".
+ Also ENVtab is no longer global. Thanks to Benjamin Sturz
+ for spotting the ARGV issue and Todd Miller for the fix.
+
May 3, 2024:
Remove warnings when compiling with g++. Thanks to Arnold Robbins.
@@ -32,7 +37,7 @@
Fixed regex engine gototab reallocation issue that was
Introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.
Fixed a scan bug in split in the case the separator is a single
- character. thanks to Oguz Ismail for spotting the issue.
+ character. Thanks to Oguz Ismail for spotting the issue.
Mar 10, 2024:
Fixed use-after-free bug in fnematch due to adjbuf invalidating
--
⑨