Page MenuHomeFreeBSD

D14786.id40572.diff
No OneTemporary

D14786.id40572.diff

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

Mime Type
text/plain
Expires
Wed, May 20, 10:58 PM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33361302
Default Alt Text
D14786.id40572.diff (410 B)

Event Timeline