summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-05-24 09:49:29 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-05-24 09:49:29 -0400
commit6163a2b1d5bdc76c395f5c7c1d0d8ef445011357 (patch)
treed03d51dc96fc1e056de342500bf28103aaaad1a8 /ChangeLog
parent21f45911879abbaf5933c65df1beac8399b30038 (diff)
downloadgawk-6163a2b1d5bdc76c395f5c7c1d0d8ef445011357.tar.gz
FIELDWIDTHS parsing should protect against blanks after skip separator, and fix field number in error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20729725..cbe2abbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-05-24 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * field.c (set_FIELDWIDTHS): Add check to protect against blank
+ characters after a `:' skip separator.
+ Fix field number in error message, thanks to a bug report
+ from Michal Jaegermann.
+
2017-05-23 Andrew J. Schorr <aschorr@telemetry-investments.com>
* field.c (set_FIELDWIDTHS): Simplify the logic and consistentify