about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-04-29 15:23:33 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-04-29 15:23:33 +0000
commit2938c58c82ddbd342e0750c15be2ced12bf98e3c (patch)
treeaf8c4a4e02610294010c5ea795ab4b7ee8d247a4 /ChangeLog
parent6a69eb2978f55cb5b2cd6c75478eb49234f68b26 (diff)
downloadzsh-2938c58c82ddbd342e0750c15be2ced12bf98e3c.tar.gz
zsh-2938c58c82ddbd342e0750c15be2ced12bf98e3c.tar.xz
zsh-2938c58c82ddbd342e0750c15be2ced12bf98e3c.zip
29107: replace overlapping strcpy with memmove
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f5eb20b3..6230a0193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-29  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 29107: Src/Zle/zle_tricky.c: replace overlapping strcpy with
+	memmove.
+
 2011-04-27  Mikael Magnusson <mikachu@gmail.com>
 
 	* 29051: Completion/Unix/Command/_make: add _make- prefix to
@@ -14529,5 +14534,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5265 $
+* $Revision: 1.5266 $
 *****************************************************