about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-14 23:41:13 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-14 23:41:13 +0000
commitd6c692599f0838e9d6fe240ba958a7205042191b (patch)
tree4e5fda558a334ae9a77961cf5194dc44d44c7038 /ChangeLog
parent4622e326bd5be7cc9ad99131de8f8f897af48f13 (diff)
downloadzsh-d6c692599f0838e9d6fe240ba958a7205042191b.tar.gz
zsh-d6c692599f0838e9d6fe240ba958a7205042191b.tar.xz
zsh-d6c692599f0838e9d6fe240ba958a7205042191b.zip
25898: avoid dereference of p after it is freed in getmathfunc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8b6f40fc..4912e14d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-10-14  Clint Adams  <clint@zsh.org>
 
+	* 25898: Src/module.c: avoid dereference of p after it is freed
+	in getmathfunc.
+
 	* 25897: Src/Zle/computil.c: remove small bit of dead code in
 	cfp_opt_pats.