Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149591942
D14786.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
410 B
Referenced Files
None
Subscribers
None
D14786.id.diff
View Options
Index: head/lib/libthr/thread/thr_cancel.c
===================================================================
--- head/lib/libthr/thread/thr_cancel.c
+++ head/lib/libthr/thread/thr_cancel.c
@@ -132,8 +132,10 @@
void
_pthread_testcancel(void)
{
- struct pthread *curthread = _get_curthread();
+ struct pthread *curthread;
+ _thr_check_init();
+ curthread = _get_curthread();
testcancel(curthread);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 26, 11:35 AM (11 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30331219
Default Alt Text
D14786.id.diff (410 B)
Attached To
Mode
D14786: Ensure thread library is initialized in pthread_testcancel().
Attached
Detach File
Event Timeline
Log In to Comment