diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2013-07-22 18:18:21 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2013-07-22 18:18:21 +0000 |
| commit | 4e1d69128174d0ff03e013413dafee09be5c18b0 (patch) | |
| tree | 32a56c016734b945d589acca8c89533f0d46484a /lib/libc/sys/ptrace.2 | |
| parent | bab06c29e79a69dbee8b3b3c24657fa91fde52d9 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/ptrace.2')
| -rw-r--r-- | lib/libc/sys/ptrace.2 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 90c45442561e3..458ad8dbaf3d0 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -2,7 +2,7 @@ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. -.Dd February 7, 2013 +.Dd July 22, 2013 .Dt PTRACE 2 .Os .Sh NAME @@ -556,6 +556,14 @@ was attempted on a process with no valid register set. was given an invalid value for .Fa pve_entry . This can also be caused by changes to the VM map of the process. +.It +The size (in +.Fa data ) +provided to +.Dv PT_LWPINFO +was less than or equal to zero, or larger than the +.Vt ptrace_lwpinfo +structure known to the kernel. .El .It Bq Er EBUSY .Bl -bullet -compact |
