This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]