Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146002145
D10933.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
446 B
Referenced Files
None
Subscribers
None
D10933.id.diff
View Options
Index: head/lib/libthr/thread/thr_sig.c
===================================================================
--- head/lib/libthr/thread/thr_sig.c
+++ head/lib/libthr/thread/thr_sig.c
@@ -736,7 +736,7 @@
errno = EINVAL;
return (-1);
}
- if (!SIGISMEMBER(uc.uc_sigmask, SIGCANCEL))
+ if (!SIGISMEMBER(ucp->uc_sigmask, SIGCANCEL))
return __sys_setcontext(ucp);
(void) memcpy(&uc, ucp, sizeof(uc));
SIGDELSET(uc.uc_sigmask, SIGCANCEL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 10:21 PM (8 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29043367
Default Alt Text
D10933.id.diff (446 B)
Attached To
Mode
D10933: libthr: prevent setcontext() from masking SIGTHR
Attached
Detach File
Event Timeline
Log In to Comment