summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 099f5ce90..b2054f4f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-02-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * Joey Pabalinas: 42401: Src/mem.c: replace malloc with use of
+ realloc to work around crash with gcc using -foptimize-strlen.
+
* users/23169: Completion/Base/Completer/_expand: treat ~[...]
the same way is other forms of tilde expansion: only expand
if accept-exact is set.