aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2021-11-03 22:44:35 -0400
committerozan yigit <ozan.yigit@gmail.com>2021-11-03 22:44:35 -0400
commitc50ef66d119d87e06a041e5522430265ccdce148 (patch)
treec9ad0898eabe5ba1f4ee126379f7d00338b01bb4
parenta4ca5ea32f68407da710cdee59f107c275812d23 (diff)
downloadone-true-awk-c50ef66d119d87e06a041e5522430265ccdce148.tar.gz
updated
-rw-r--r--FIXES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index 8422053..f6eb98c 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.
+Nov 03, 2021:
+ getline accesses uninitialized data after getrec()
+ returns 0 on EOF and leaves the contents of buf unchanged.
+ Thanks to Volodymyr Gubarkov, and Todd C Miller.
+
Oct 12, 2021:
The fix for #83 changed the code to insert 2 chars, but the
call to adjbuf just above it only allows for 1 char. This can