* posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.

* posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
This commit is contained in:
Ulrich Drepper 2007-08-26 01:27:49 +00:00
parent 7a344d1deb
commit ec1e04dedb
3 changed files with 5 additions and 0 deletions

View file

@ -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.

View 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;
}

View 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;
}