From ec1e04dedb30596bb5bccad675feb0608f92cea9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Aug 2007 01:27:49 +0000 Subject: * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT. * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise. --- posix/tst-rfc3484.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/tst-rfc3484.c') diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c index 2e74e9737f..352a7579ac 100644 --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -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; } -- cgit v1.2.3