[Pkg-zsh-devel] [Pkg-zsh-commits] [zsh] 01/02: Add patches by Daniel Shahaf to add swaks and update bts completion
Daniel Shahaf
danielsh at apache.org
Sun Jan 15 20:58:29 UTC 2017
Daniel Shahaf wrote on Mon, Jan 09, 2017 at 01:24:34 +0000:
> I haven't reviewed them closely, but both of them appear to be very
> localised / non-invasive fixes.
>
> commit 8d4c98540de9bcdba8565facc91fbc45855d27e2
> Author: Paulo Andrade <pandrade at redhat.com>
> Date: Tue Jan 3 12:29:34 2017 +0100
>
> 40260: zero new space allocated in prompt buffer
>
> commit 48cadf48ff9c61ce09e826ad9a58e250e999a262
> Author: Peter Stephenson <pws at zsh.org>
> Date: Fri Jan 6 17:42:13 2017 +0000
>
> 40285: Be more careful with pattern allocation in history isearch.
>
> If there are ZLE hooks to be called, they may use patterns, in
> which case it's not safe to allocate the isearch pattern in the
> static buffer.
Also:
commit ebd7fdd9326cf36feda3b0ca906d7b9b8bf79cb5
Author: Peter Stephenson <p.w.stephenson at ntlworld.com>
Date: Sun Jan 15 17:15:04 2017 +0000
40362: Fix setting of parameter values in compvalues
diff --git a/ChangeLog b/ChangeLog
index 37b1a0b..02a4469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-01-15 Peter Stephenson <p.w.stephenson at ntlworld.com>
+
+ * 40362: Src/Zle/computil.c: need duplicated values for setting
+ parameter in compvalues. Was causing obscure but surprisingly
+ rare crashes in value completion.
More information about the Pkg-zsh-devel
mailing list