diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 08:50:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 08:50:14 +0000 |
commit | 6721afe294991fc1862e417263ccb04bf04599d6 (patch) | |
tree | abc8d8c53b637a6014164943186b806acbd2168c | |
parent | a1d335d6c9e04170a285b09f7a6d278427c6c30d (diff) | |
download | glibc-6721afe294991fc1862e417263ccb04bf04599d6.tar.gz glibc-6721afe294991fc1862e417263ccb04bf04599d6.tar.xz glibc-6721afe294991fc1862e417263ccb04bf04599d6.zip |
_nl_make_l10nflist. [BZ #322]
duplicate address recognition does not copy junk.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 95792de587..f9387143e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,10 +29,11 @@ are done. First set to -1 to signal initialization is ongoing. Protect against concurrent callers with recursive lock. * intl/finddomain.c (_nl_find_domain): Protect calls to - _nl_make_l10nflist. + _nl_make_l10nflist. [BZ #322] + * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of source address fails, initialized source_addr_len field so that - duplicate address recognition does not copy junk. [BZ #322] + duplicate address recognition does not copy junk. 2004-09-25 Jakub Jelinek <jakub@redhat.com> |