You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SR-4677: avoid SIGSEGV if _dispatch_muxnote_create returns NULL
It is possible for _dispatch_muxnote_create to return NULL, this error
condition was not being handled in dispatch_unote_register leading to
an immediate SIGSEGV when it happened.
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
0 commit comments