From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27449 invoked by alias); 6 Nov 2014 17:04:37 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33612 Received: (qmail 8589 invoked from network); 6 Nov 2014 17:04:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Christian Neukirchen Subject: Re: Zsh bugfixes released by RedHat Date: Thu, 06 Nov 2014 18:04:06 +0100 Message-ID: <87ioisdzw9.fsf@gmail.com> References: <141106075609.ZM3709@torch.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host55-2.natpool.mwn.de In-Reply-To: <141106075609.ZM3709@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 06 Nov 2014 07:56:09 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Bart Schaefer 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 http://chneukirchen.org