Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139401203
D3678.id8781.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D3678.id8781.diff
View Options
Index: sys/kern/sys_process.c
===================================================================
--- sys/kern/sys_process.c
+++ sys/kern/sys_process.c
@@ -996,7 +996,7 @@
if (req == PT_DETACH) {
FOREACH_THREAD_IN_PROC(p, td3)
- td3->td_dbgflags &= ~TDB_SUSPEND;
+ td3->td_dbgflags = 0;
}
/*
* unsuspend all threads, to not let a thread run,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 12, 5:03 PM (5 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26904330
Default Alt Text
D3678.id8781.diff (376 B)
Attached To
Mode
D3678: Always clear TDB_USERWR before fetching system call arguments.
Attached
Detach File
Event Timeline
Log In to Comment