summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-05 21:21:08 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-05 21:21:08 +0000
commita83b5649c561758f914a4e393c42fbb595852cf7 (patch)
treeda2cb831050c80cb7130a109aa60f49e1fd767b7 /ChangeLog
parent3e6ce4d77e489c7ca333c6b56b1386b20927f678 (diff)
[BZ #5113]
* string/bits/string2.h (__strdup): Cast parameters to calloc to avoid warning with -Wconversion. (__strndup): Likewise. Patch to 50% by Christian Iseli <christian.iseli@licr.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1ba69b3c7..6e830311a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-10-05 Ulrich Drepper <drepper@redhat.com>
+ [BZ #5113]
+ * string/bits/string2.h (__strdup): Cast parameters to calloc to
+ avoid warning with -Wconversion.
+ (__strndup): Likewise.
+ Patch to 50% by Christian Iseli <christian.iseli@licr.org>.
+
[BZ #5112]
* nscd/connections.c (restart): Don't resync if database is
disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.