[Bug libc/279] New: inet_aton does not check string formatting
ferry at hupie dot com
sourceware-bugzilla@sources.redhat.com
Thu Jul 22 11:11:00 GMT 2004
red hat 9, glibc-2.3.2-27.9.7
function inet_aton does not check string formatting correctly
a string of 1.2.3 gives me address 1.0.2.3 which is not expected
a string of 1.2 gives me address 1.0.0.2 which is not expected
I think it should check for 3 dots in the string before declaring it valid.
--
Summary: inet_aton does not check string formatting
Product: glibc
Version: 2.3.2
Status: NEW
Severity: normal
Priority: P2
Component: libc
AssignedTo: gotom at debian dot or dot jp
ReportedBy: ferry at hupie dot com
CC: glibc-bugs at sources dot redhat dot com
GCC host triplet: i686-redhat-linux-gnu
http://sources.redhat.com/bugzilla/show_bug.cgi?id=279
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list