This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/279] New: inet_aton does not check string formatting


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]