Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Allow setting $0 when POSIX_ARGZERO is not set
- X-seq: zsh-workers 35497
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Allow setting $0 when POSIX_ARGZERO is not set
- Date: Wed, 17 Jun 2015 01:46:14 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HFhs1KF0B5QBFfEZ818BpzDnwb27R/JEgjZVoLBwSAM=; b=sVpJopBSrCGew+c1xIWOPApvE8PT/+UFpqzDFBU1qwutuMCzuywILxU5UkajA3irAr 9TLZYo/kO6TjGznEIQx/CyP6mqOXzbbFm2Gh0M7YtaUxiAEuLyT7iNX5Lm/lf94jP5uO Cv4/YZAxakWcJT5G5fS598mNjiUFO4w8iC6eGe4kPdjPcg4L3OnGkjhBipNGhoQHtvLo D5bdTEiNheFYeNsao18SIyzHihjS+x+L1k6R0IvD41UpxK+VyoOj5hHo5mOpTZ9GIE4e /IO5TxQadW9a7mdrBtqqkuzcSEKuAAoun3FK71e504mjZzx8iwIp4bWlz79Gj7YzkX3Q xe5g==
- In-reply-to: <150616085841.ZM26951@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1434411879-12403-1-git-send-email-mikachu@gmail.com> <150615205044.ZM25959@torch.brasslantern.com> <CAHYJk3S54Y0a8P7WjEUHwLJnAM=sHAaJaECRzv_uwq==zJ-oUw@mail.gmail.com> <150616085841.ZM26951@torch.brasslantern.com>
On Tue, Jun 16, 2015 at 5:58 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Jun 16, 8:25am, Mikael Magnusson wrote:
> }
> } > There are probably other race conditions if a signal were to arrive
> } > while the shell is still initializing state. Maybe we should get a
> } > queue_signals() in there somewhere early.
> }
> } Oh, in that case maybe it's a lot more trouble than it's worth...
>
> Sorry, the "other race conditions" part has nothing to do with setting
> argzero, I was merely commenting that if I noticed a race in this part
> of the initialization code there are probably races elsewhere as well.
Okay, so it should be fine to push both of the patches in the thread?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author