]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
authorUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2007 01:27:49 +0000 (01:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2007 01:27:49 +0000 (01:27 +0000)
* posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.

ChangeLog
posix/tst-rfc3484-2.c
posix/tst-rfc3484.c

index c1096d0c3c45216d9af21da2a230dbc6a7c0d2e4..e07b46b0790c369d18d8b616d2ae3558e07d0c07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
+       * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
+
        * debug/Makefile: Disable format checking when compiling tst-chk?.c.
 
        * config.make.in (datarootdir): Add to shut up configure.
index 2536da8f87b5065a2c2e442671291494add9406c..ae802c065294a8d00366601cba2ef046867b8cc9 100644 (file)
@@ -26,6 +26,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags)
 int
 __idna_to_unicode_lzlz (const char *input, char **output, int flags)
 {
+  *output = NULL;
   return 0;
 }
 
index 2e74e9737fb128c42576d6ffddb76852dca16c08..352a7579ac5112581122ee4f228481d93627f0df 100644 (file)
@@ -26,6 +26,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags)
 int
 __idna_to_unicode_lzlz (const char *input, char **output, int flags)
 {
+  *output = NULL;
   return 0;
 }