Page MenuHomeFreeBSD

D26577.diff
No OneTemporary

D26577.diff

Index: head/sys/kern/subr_syscall.c
===================================================================
--- head/sys/kern/subr_syscall.c
+++ head/sys/kern/subr_syscall.c
@@ -90,7 +90,7 @@
goto retval;
}
- if (__predict_false((p->p_flag & P_TRACED) != 0)) {
+ if (__predict_false(traced)) {
PROC_LOCK(p);
if (p->p_ptevents & PTRACE_SCE)
ptracestop((td), SIGTRAP, NULL);

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 11:14 PM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34061577
Default Alt Text
D26577.diff (386 B)

Event Timeline