diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-21 16:19:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-21 16:19:16 +0000 |
commit | 3abc82c8ce46447abc38762069beb548a554f382 (patch) | |
tree | abfeafe9373aa8b996f27167ea9b08b9d650731f /libidn | |
parent | f6d77b2076c566a082da5b95007ea5786eaf2dc0 (diff) | |
download | glibc-3abc82c8ce46447abc38762069beb548a554f382.tar.gz |
Update.
2004-05-21 Ulrich Drepper <drepper@redhat.com>
* idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
Patch by Simon Josefsson.
Diffstat (limited to 'libidn')
-rw-r--r-- | libidn/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libidn/ChangeLog b/libidn/ChangeLog index f5bc21b28a..5e2f6e17de 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,8 @@ +2004-05-21 Ulrich Drepper <drepper@redhat.com> + + * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation. + Patch by Simon Josefsson. + 2004-05-06 Ulrich Drepper <drepper@redhat.com> * stringprep.c (stringprep): Free memory if allocation failed. |