From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2974 invoked by alias); 21 Oct 2015 14:55:26 -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: 36907 Received: (qmail 15147 invoked from network); 21 Oct 2015 14:55:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=HK0RiNaW5hQ5ODBi4knV7yBNAgWRU/5P5Qssal1vnUA=; b=Gcu86w/lt9z2GFYRYB+9YsxFusL7lMJz/geQVWWQIKo9AGQRyt6p0TtdrwNMR2PBf6 kp2o8u01JR2clBcTIkvNBQfgnYKP4DRXT30Ui8Rv6bxfFDWj4A4YBv6NeIEr0dZ2sox2 8rSEp3zLi6EcN2ghRu0IAqT1XZLSP0eg7hLzvi4tTxnjwrWsnmO1WaaUFiBfA+124zeK nJl3HsY3EJqlZ+NuUG36hI/2BariNbVD6OPbjTNqoJ3jq5iOjq7MDRxnCZiHZTTi7jf7 IgMEUKXhn/ZvbTftu0wilXHA/JwWQaPPLHCbtHu3Vv8woqSD3ZpIwqf4VMkzapURk5at Fabw== X-Gm-Message-State: ALoCoQkNVaMkN1A2IokoeIcT9e2D4eRekXieri0KKGfZiIFEHvh/iVZURjT09sd71FqXikRlXddj X-Received: by 10.60.40.66 with SMTP id v2mr6749154oek.12.1445439323569; Wed, 21 Oct 2015 07:55:23 -0700 (PDT) From: Bart Schaefer Message-Id: <151021075520.ZM2621@torch.brasslantern.com> Date: Wed, 21 Oct 2015 07:55:20 -0700 In-Reply-To: <1445418098-24475-1-git-send-email-kdudka@redhat.com> Comments: In reply to Kamil Dudka "[PATCH] queue signals while calling malloc() in the implementation of realloc()" (Oct 21, 11:01am) References: <1445418098-24475-1-git-send-email-kdudka@redhat.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] queue signals while calling malloc() in the implementation of realloc() MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 21, 11:01am, Kamil Dudka wrote: } Subject: [PATCH] queue signals while calling malloc() in the implementatio } } ... also in the special case of realloc(NULL, size) where size > 0 This only applies if you used configure --enable-zsh-mem ... There should also be queue_signals() in calloc() I suppose, but that's never called by zsh itself.