This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 10/15] Hurd signals: provide a sigstate destructor
- From: Samuel Thibault <samuel dot thibault at gnu dot org>
- To: Jeremie Koenig <jk at jk dot fr dot eu dot org>
- Cc: libc-alpha at sourceware dot org, bug-hurd at gnu dot org,Roland McGrath <roland at hack dot frob dot com>
- Date: Sun, 3 Jul 2011 02:24:37 +0200
- Subject: Re: [PATCH 10/15] Hurd signals: provide a sigstate destructor
- References: <1309365027-4774-1-git-send-email-jk@jk.fr.eu.org><1309365027-4774-11-git-send-email-jk@jk.fr.eu.org>
Jeremie Koenig, le Wed 29 Jun 2011 18:30:22 +0200, a écrit :
> We can no longer afford to keep stale sigstate structures in the
> _hurd_sigstates list if some of them are marked as global receivers,
> otherwise we might try to use them to deliver signals.
Agreed, I believe it is correct.
Samuel