Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115753886
D33970.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D33970.diff
View Options
diff --git a/crypto/openssh/platform-tracing.c b/crypto/openssh/platform-tracing.c
--- a/crypto/openssh/platform-tracing.c
+++ b/crypto/openssh/platform-tracing.c
@@ -41,7 +41,7 @@
/* On FreeBSD, we should make this process untraceable */
int disable_trace = PROC_TRACE_CTL_DISABLE;
- if (procctl(P_PID, getpid(), PROC_TRACE_CTL, &disable_trace) && strict)
+ if (procctl(P_PID, 0, PROC_TRACE_CTL, &disable_trace) && strict)
fatal("unable to make the process untraceable");
#endif
#if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 4:20 AM (12 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17827094
Default Alt Text
D33970.diff (544 B)
Attached To
Mode
D33970: ssh: pass 0 to procctl(2) to operate on self
Attached
Detach File
Event Timeline
Log In to Comment