Patch to fix recent clnt_udp change

H.J. Lu hjl@lucon.org
Thu Apr 15 09:41:00 GMT 1999


> 
> 
> With the current glibc CVS version I get the following error:
> clnt_udp.c:270: warning: `anyup' might be used uninitialized in this function
> 
> Looking at the code, the warning is justified, anyup isn't initialized 
> at all:-(.
> 

Ulrich left out

	anyup = 0;

before

	for (;;)

I prefer it there since it may not be always necessary.

H.J.



More information about the Libc-hacker mailing list