diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-04-12 23:15:04 +0200 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-04-12 23:15:29 +0200 |
commit | 65b265f3c0877823b72ffff6ba1083972c49a3a8 (patch) | |
tree | 42f54ce498e887dd73d697ee8fe43674bd728709 /ChangeLog | |
parent | 2c4ec9dab0233afa146f0ad99041194c208e23b7 (diff) | |
download | zsh-65b265f3c0877823b72ffff6ba1083972c49a3a8.tar.gz zsh-65b265f3c0877823b72ffff6ba1083972c49a3a8.tar.xz zsh-65b265f3c0877823b72ffff6ba1083972c49a3a8.zip |
42624 (plus test): avoid freeing memory that's still needed
This was occurring in a multiple function definition where a function name is duplicated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 926abf3ea..949fdda57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-04-12 Oliver Kiddle <okiddle@yahoo.co.uk> + + * 42624 (plus test): Src/exec.c, Test/C04funcdef.ztst: avoid + freeing memory that's still needed in multiple function + definition that has a duplicated function name + 2018-04-11 Peter Stephenson <p.stephenson@samsung.com> * 42623: configure.ac: some extra quotes needed (and some |