Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh bugfixes released by RedHat
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> https://rhn.redhat.com/errata/RHBA-2014-1806.html
>
> Anybody know if these are new patches invented by RedHat,
> or something they selectively picked up from our git?
>
> I don't immediately recognize the descriptions in the errata.
Afaics (from
http://vault.centos.org/6.6/updates/Source/SPackages/zsh-4.3.10-9.el6.src.rpm
), the patches are:
# RHEL-6.6
Patch22: BZ-859859-syntax-check-fail.patch
Patch23: BZ-978613-malloc-from-signal-handler-workaround.patch
Where the former is #31851 + #31846, and the latter is not in zsh HEAD:
--- zsh-4.3.10/Src/exec.c.open 2009-03-16 23:57:07.000000000 +0530
+++ zsh-4.3.10/Src/exec.c 2014-04-09 19:41:25.829453955 +0530
@@ -4080,7 +4080,9 @@ execshfunc(Shfunc shf, LinkList args)
sfcontext = SFC_DIRECT;
doshfunc(shf, args, 0);
sfcontext = osfc;
+ queue_signals();
free(cmdstack);
+ unqueue_signals();
cmdstack = ocs;
cmdsp = ocsp;
Not sure why they sit 7 months on that...
--
Christian Neukirchen <chneukirchen@xxxxxxxxx> http://chneukirchen.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author