public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/18524] New: Missing calloc error checking in __cxa_thread_atexit_impl
@ 2015-06-12 13:35 fweimer at redhat dot com
  2015-07-12  7:23 ` [Bug nptl/18524] " neleai at seznam dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2015-06-12 13:35 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18524
           Summary: Missing calloc error checking in
                    __cxa_thread_atexit_impl
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
             Flags: security-

This should have an explicit check for calloc failure:

  struct dtor_list *new = calloc (1, sizeof (struct dtor_list));
  new->func = func;
  new->obj = obj;

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-28 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 13:35 [Bug nptl/18524] New: Missing calloc error checking in __cxa_thread_atexit_impl fweimer at redhat dot com
2015-07-12  7:23 ` [Bug nptl/18524] " neleai at seznam dot cz
2015-10-06 10:58 ` fweimer at redhat dot com
2015-10-06 19:21 ` carlos at redhat dot com
2020-09-09 19:57 ` tavianator at tavianator dot com
2021-07-28 10:40 ` siddhesh at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).