From 1ae413d0f7b8068eb82b080d5d2647f51cb3c6c8 Mon Sep 17 00:00:00 2001 From: otto <> Date: Sat, 8 Oct 2016 12:56:18 +0000 Subject: [PATCH] make clear the length printed is the requested length --- src/lib/libc/stdlib/malloc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 7420a9c2..701bb548 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.97 2016/10/07 14:43:13 jmc Exp $ +.\" $OpenBSD: malloc.3,v 1.98 2016/10/08 12:56:18 otto Exp $ .\" -.Dd $Mdocdate: October 7 2016 $ +.Dd $Mdocdate: October 8 2016 $ .Dt MALLOC 3 .Os .Sh NAME @@ -380,7 +380,7 @@ has been modified. .It Dq chunk canary corrupted 0xhhhhllll A byte after the requested size has been overwritten, indicating a heap overflow. -The high word is the length of the chunk; +The high word is the requested length of the chunk; the low word is the offset at which corruption was detected. .It Dq recursive call An attempt was made to call recursively into these functions, i.e., from a