summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/malloc.3')
-rw-r--r--src/lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 0c7574034b..c27f965d0a 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.126 2019/09/14 13:16:50 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.127 2021/02/25 15:20:18 otto Exp $
34.\" 34.\"
35.Dd $Mdocdate: September 14 2019 $ 35.Dd $Mdocdate: February 25 2021 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -619,7 +619,7 @@ or
619reallocate an unallocated pointer was made. 619reallocate an unallocated pointer was made.
620.It Dq chunk is already free 620.It Dq chunk is already free
621There was an attempt to free a chunk that had already been freed. 621There was an attempt to free a chunk that had already been freed.
622.It Dq use after free 622.It Dq write after free
623A chunk has been modified after it was freed. 623A chunk has been modified after it was freed.
624.It Dq modified chunk-pointer 624.It Dq modified chunk-pointer
625The pointer passed to 625The pointer passed to