From bc349023aa6c0204d3242cb97f395c8f20289c69 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 21 Mar 2018 10:29:22 +0000 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 43624741a..ff845df5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-03-21 Peter Stephenson + + * 42487: Src/Zle/compctl.c: remove gcc 7.3.0 warnings and + potentially incorrect pointer usage. + 2018-03-18 Barton E. Schaefer * Stephane: 42469: Src/exec.c, Src/Modules/mapfile.c: fix 42465 -- cgit 1.4.1