diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-12 04:52:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-12 04:52:39 +0000 |
commit | 9ad58cc3ba614e13af5a6f3810f9b115899eb2ca (patch) | |
tree | 4c9eb1babf38f281adcc2cf80d08dbf7b648930d /ChangeLog | |
parent | c128355211141f304e9257dc6d16b73ab57a1fd0 (diff) | |
download | glibc-9ad58cc3ba614e13af5a6f3810f9b115899eb2ca.tar.gz glibc-9ad58cc3ba614e13af5a6f3810f9b115899eb2ca.tar.xz glibc-9ad58cc3ba614e13af5a6f3810f9b115899eb2ca.zip |
* nscd/mem.c (gc): Initialize obstack earlier so that if we jump
out we don't use uninitialized memory. * nscd/hstcache.c (cache_addhst): Send correct number of bytes to the client.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 98ed0b7afb..92cda302de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-11 Ulrich Drepper <drepper@redhat.com> + + * nscd/mem.c (gc): Initialize obstack earlier so that if we jump + out we don't use uninitialized memory. + + * nscd/hstcache.c (cache_addhst): Send correct number of bytes to + the client. + 2008-06-10 Ulrich Drepper <drepper@redhat.com> * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and |