about summary refs log tree commit diff
path: root/libidn
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-21 16:19:16 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-21 16:19:16 +0000
commit3abc82c8ce46447abc38762069beb548a554f382 (patch)
treeabfeafe9373aa8b996f27167ea9b08b9d650731f /libidn
parentf6d77b2076c566a082da5b95007ea5786eaf2dc0 (diff)
downloadglibc-3abc82c8ce46447abc38762069beb548a554f382.tar.gz
glibc-3abc82c8ce46447abc38762069beb548a554f382.tar.xz
glibc-3abc82c8ce46447abc38762069beb548a554f382.zip
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/ChangeLog5
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.