_nl_make_l10nflist. [BZ #322]
authorUlrich Drepper <drepper@redhat.com>
Sun, 26 Sep 2004 08:50:14 +0000 (08:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 26 Sep 2004 08:50:14 +0000 (08:50 +0000)
duplicate address recognition does not copy junk.

ChangeLog

index 95792de..f938714 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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>