summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnders Johansson <ajohansson@novell.com>2009-10-29 22:18:26 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 22:18:26 -0700
commitea547a1a6e350b758fcda76b919b3aa774752318 (patch)
treed78a3f57c05349de4f423eb36cef97f08f83bc77 /ChangeLog
parent5c53736b52d5032171813d813d4a7ad505102b61 (diff)
Fix a few asserts and IO calls in nscd.
The nscd/*cache.c files contain assert()s, writeall() and sendfileall() calls that invalidly use together &dataset->resp and total where either dataset or dataset->head.recsize should be used instead one of the components. In the writeall() and sendfileall() cases, it is unlikely to matter in practice, but the assertions can fail sometimes without a proper reason.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fae505586..47241cc9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-18 Anders Johansson <ajohansson@novell.com>
+
+ * nscd/aicache.c: Fix mixing up dataset and dataset->resp
+ offsets and record sizes in assert()s and response sending.
+ * nscd/grpcache.c: Likewise.
+ * nscd/hstcache.c: Likewise.
+ * nscd/initgrcache.c: Likewise.
+ * nscd/pwdcache.c: Likewise.
+
2009-10-29 Ulrich Drepper <drepper@redhat.com>
[BZ #10540]