Re: [PATCH 10/15] Hurd signals: provide a sigstate destructor

2011-07-02 Thread Samuel Thibault
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

[PATCH 10/15] Hurd signals: provide a sigstate destructor

2011-06-29 Thread Jeremie Koenig
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. * hurd/hurdsig.c (_hurd_sigstate_delete): New function. Remove a sigstate from the list and release its memor