zsh-workers
 help / color / mirror / code / Atom feed
From: Christian Neukirchen <chneukirchen@gmail.com>
To: zsh-workers@zsh.org
Subject: Re: Zsh bugfixes released by RedHat
Date: Thu, 06 Nov 2014 18:04:06 +0100	[thread overview]
Message-ID: <87ioisdzw9.fsf@gmail.com> (raw)
In-Reply-To: <141106075609.ZM3709@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 06 Nov 2014 07:56:09 -0800")

Bart Schaefer <schaefer@brasslantern.com> 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:

\f
--- 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;
\f

Not sure why they sit 7 months on that...
-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


  parent reply	other threads:[~2014-11-06 17:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 15:56 Bart Schaefer
2014-11-06 16:58 ` Jérémie Roquet
2014-11-06 17:04 ` Christian Neukirchen [this message]
2014-11-06 18:40   ` Bart Schaefer
2014-11-06 17:13 ` Ray Andrews
2014-11-06 16:30   ` Bart Schaefer
2014-11-06 20:15     ` Axel Beckert
2014-11-06 20:47       ` Bart Schaefer
2014-11-06 22:10         ` Christian Neukirchen
2014-11-06 22:21           ` Jérémie Roquet
2014-11-07 15:06             ` Christian Neukirchen
2014-11-06 22:10         ` Axel Beckert
2014-11-06 21:57       ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ioisdzw9.fsf@gmail.com \
    --to=chneukirchen@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).