summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-10-21 15:13:17 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-10-21 15:13:17 -0700
commit5cb75f0d4114f83a7cf072ff8201445ae721f8c6 (patch)
tree84ef3130f82b4f53e3d0f774940aeb0c45a238b6 /ChangeLog
parentb947789d7c7a9e01880512dff1f27198f4707e50 (diff)
downloadzsh-5cb75f0d4114f83a7cf072ff8201445ae721f8c6.tar.gz
zsh-5cb75f0d4114f83a7cf072ff8201445ae721f8c6.tar.xz
zsh-5cb75f0d4114f83a7cf072ff8201445ae721f8c6.zip
36909: in getargs(), sanity-check the offsets for start and end of the requested words, in case of overflow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e4b9478..e40242eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-21  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36909: Src/hist.c: in getargs(), sanity-check the offsets for
+	start and end of the requested words, in case of overflow
+
 	* 36871: Functions/Zle/bracketed-paste-magic: move initial call
 	to "zle .bracketed-paste-magic" to occur earlier in the function