Page MenuHomeFreeBSD

D33970.diff
No OneTemporary

D33970.diff

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

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)

Event Timeline