aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-07-19 13:59:57 -0400
committerUlrich Drepper <drepper@gmail.com>2011-07-19 13:59:57 -0400
commitfeb1eb0be78b40d53c71474f07d1b0517ba95586 (patch)
tree88058a8c9f57d43a1f2f9ab333cef01369731afa /ChangeLog
parent298711ffe475d2401e8037fd89538228e35ee79a (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3de90108af..b6cc5ca942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.