diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-03-20 10:30:58 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-03-21 15:46:59 -0700 |
commit | 21202e7b95b2b34446fbac34df67205b3889eed2 (patch) | |
tree | 7b6925c7af6d5b0aa5e91356839edd7ed4d981e0 /ChangeLog | |
parent | 09e991a20a0b27080e978607d6c8f4d14a166803 (diff) | |
download | zsh-21202e7b95b2b34446fbac34df67205b3889eed2.tar.gz zsh-21202e7b95b2b34446fbac34df67205b3889eed2.zip |
38191: additional re-entrancy checks in reexpandprompt()
Do not free global pointers until after promptexpand() in case they are
referenced from signal handlers, and check for window size changes during
promptexpand().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,13 @@ 2016-03-20 Barton E. Schaefer <schaefer@zsh.org> + * 38191: Src/Zle/zle_main.c: in reexpandprompt(), do not free global + pointers until after promptexpand() in case they are referenced from + signal handlers, and do additional re-entrancy checks in case of + window size changes during promptexpand(). + +2016-03-20 Barton E. Schaefer <schaefer@zsh.org> + * 38188: Src/pattern.c: signal re-entrancy, maybe 2016-03-19 Mikael Magnusson <mikachu@gmail.com> |