diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-06 22:23:13 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-06 22:23:13 -0700 |
commit | a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad (patch) | |
tree | 92a407eed7532d904d6a058f268ad71f799ab831 /ChangeLog | |
parent | 9b1edf50c40edc1ce6e7ea7110114420f97afb17 (diff) | |
download | glibc-a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad.tar glibc-a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad.tar.gz glibc-a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad.tar.bz2 glibc-a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad.zip |
Enable IDN support in getent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-05-06 Ulrich Drepper <drepper@redhat.com> + * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN. + (args_options): Add no-idn option. + (ahosts_keys_int): Add idn_flags to ai_flags. + (parse_option): Handle 'i' option to clear idn_flags. + * malloc/malloc.c (_int_free): Possible race in the most recently added check. Only act on the data if no current modification happened. |