public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/28587] New: Missing signal number check in pthread_kill if no signal is sent
@ 2021-11-12 13:06 fweimer at redhat dot com
  2021-11-12 13:11 ` [Bug nptl/28587] " fweimer at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fweimer at redhat dot com @ 2021-11-12 13:06 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28587
           Summary: Missing signal number check in pthread_kill if no
                    signal is sent
           Product: glibc
           Version: 2.34
            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: ---

Commit a8ac8c4725ddb1119764126a8674a04c9dd5aea8 ("nptl: Fix race between
pthread_kill and thread exit (bug 12889)") removed all error checking when the
signal is not sent because the kernel-side thread has already exited (or is
about to). This is not correct, we still need to validate the signal number.

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

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

* [Bug nptl/28587] Missing signal number check in pthread_kill if no signal is sent
  2021-11-12 13:06 [Bug nptl/28587] New: Missing signal number check in pthread_kill if no signal is sent fweimer at redhat dot com
@ 2021-11-12 13:11 ` fweimer at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fweimer at redhat dot com @ 2021-11-12 13:11 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security-

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

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

end of thread, other threads:[~2021-11-12 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 13:06 [Bug nptl/28587] New: Missing signal number check in pthread_kill if no signal is sent fweimer at redhat dot com
2021-11-12 13:11 ` [Bug nptl/28587] " fweimer at redhat dot com

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).