Browse Source

grammar fix previous;

OPENBSD_6_1
jmc 7 years ago
parent
commit
ede9249779
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/malloc.3

+ 2
- 2
src/lib/libc/stdlib/malloc.3 View File

@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: malloc.3,v 1.96 2016/10/07 12:59:04 otto Exp $
.\" $OpenBSD: malloc.3,v 1.97 2016/10/07 14:43:13 jmc Exp $
.\"
.Dd $Mdocdate: October 7 2016 $
.Dt MALLOC 3
@ -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 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


Loading…
Cancel
Save