[PATCH] nscd: don't crash if killed early

Ulrich Drepper drepper@gmail.com
Tue Jul 19 18:02:00 GMT 2011


On Tue, Jul 19, 2011 at 08:35, Andreas Schwab <schwab@redhat.com> wrote:
> 2011-07-19  Andreas Schwab  <schwab@redhat.com>
>
>        * nscd/nscd.c (main): Don't install termination_handler until
>        after databases are initialized.

The termination_handler should instead be fixed.  Otherwise we might
have everything set up and don't tear everything down because the
signal handler is not installed.  If the head NULL pointer the only
problem?



More information about the Libc-hacker mailing list