This is the mail archive of the glibc-bugs@sourceware.org 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 network/22413] New: ns_name_pton ignores syntactically invalid trailing backslash


https://sourceware.org/bugzilla/show_bug.cgi?id=22413

            Bug ID: 22413
           Summary: ns_name_pton ignores syntactically invalid trailing
                    backslash
           Product: glibc
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
  Target Milestone: ---
             Flags: security-

This should fail:

  char buf[NS_MAXDNAME];
  ns_name_pton ("abc\\", buf, sizeof (buf));

But ns_name_pton currently returns success.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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