[uClibc-cvs] cvs commit to uClibc/libc/inet by davidm

davidm at uclibc.org davidm at uclibc.org
Tue Sep 17 01:40:48 UTC 2002


Repository: uClibc/libc/inet
who:        davidm
time:       Mon Sep 16 19:40:47 MDT 2002


Log Message:


Fix a memory corruption bug.

With gcc, sizeof on a sized array argument to a function returns 4,  not
16 as was expected in this code.  This caused inet_ntoa to overwrite
whatever came before the buffer in the BSS by up to 12 bytes.



Files:

changed:    addr.c




More information about the uClibc-cvs mailing list