mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* 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:
parent
7a344d1deb
commit
ec1e04dedb
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user