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 libc/20829] New: crypt snprintf namespace


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

            Bug ID: 20829
           Summary: crypt snprintf namespace
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

crypt brings in references to snprintf, but crypt is in XPG3 and XPG4 and
snprintf isn't.

[initial] crypt -> [libcrypt.a(crypt-entry.o)] __sha256_crypt ->
[libcrypt.a(sha256-crypt.o)] snprintf

-- 
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]