diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-19 13:59:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-19 13:59:57 -0400 |
commit | feb1eb0be78b40d53c71474f07d1b0517ba95586 (patch) | |
tree | 88058a8c9f57d43a1f2f9ab333cef01369731afa /ChangeLog | |
parent | 298711ffe475d2401e8037fd89538228e35ee79a (diff) | |
download | glibc-feb1eb0be78b40d53c71474f07d1b0517ba95586.tar glibc-feb1eb0be78b40d53c71474f07d1b0517ba95586.tar.gz glibc-feb1eb0be78b40d53c71474f07d1b0517ba95586.tar.bz2 glibc-feb1eb0be78b40d53c71474f07d1b0517ba95586.zip |
Avoid possible crashes in anormal nscd exits
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-07-19 Ulrich Drepper <drepper@gmail.com> + + * nscd/nscd.c (termination_handler): Don't do anything for a database + if it has not yet been initialized. + 2011-07-18 Ulrich Drepper <drepper@gmail.com> * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo. |