Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105550993
D3678.id8783.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D3678.id8783.diff
View Options
Index: sys/kern/subr_syscall.c
===================================================================
--- sys/kern/subr_syscall.c
+++ sys/kern/subr_syscall.c
@@ -63,7 +63,7 @@
td->td_pticks = 0;
if (td->td_cowgen != p->p_cowgen)
thread_cow_update(td);
- if (p->p_flag & P_TRACED) {
+ if (p->p_flag & P_TRACED || td->td_dbgflags & TDB_USERWR) {
traced = 1;
PROC_LOCK(p);
td->td_dbgflags &= ~TDB_USERWR;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 1:47 PM (18 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15487622
Default Alt Text
D3678.id8783.diff (415 B)
Attached To
Mode
D3678: Always clear TDB_USERWR before fetching system call arguments.
Attached
Detach File
Event Timeline
Log In to Comment