summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-03-21 10:29:22 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2018-03-21 10:29:22 +0000
commitbc349023aa6c0204d3242cb97f395c8f20289c69 (patch)
treeca6849072ad728e42445452e8b96c82d51869c7b /ChangeLog
parentd2350a1e8027e9550996464739885f5ec468bd83 (diff)
downloadzsh-bc349023aa6c0204d3242cb97f395c8f20289c69.tar.gz
zsh-bc349023aa6c0204d3242cb97f395c8f20289c69.tar.xz
zsh-bc349023aa6c0204d3242cb97f395c8f20289c69.zip
42487: Fix pointer problems in compctl.
Pointing off the front of a string caused warnings with
gcc 7.3.0 and is somewhat murky C anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43624741a..ff845df5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-21  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42487: Src/Zle/compctl.c: remove gcc 7.3.0 warnings and
+	potentially incorrect pointer usage.
+
 2018-03-18  Barton E. Schaefer  <schaefer@brasslantern.com>
 
 	* Stephane: 42469: Src/exec.c, Src/Modules/mapfile.c: fix 42465