Skip to content

Commit

Permalink
correct Va in previous;
Browse files Browse the repository at this point in the history
  • Loading branch information
jmc committed Oct 22, 2023
1 parent 57a1590 commit 9598150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/libc/stdlib/malloc.3
Original file line number Diff line number Diff line change
Expand Up @@ -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.138 2023/10/22 12:19:26 otto Exp $
.\" $OpenBSD: malloc.3,v 1.139 2023/10/22 14:04:52 jmc Exp $
.\"
.Dd $Mdocdate: October 22 2023 $
.Dt MALLOC 3
Expand Down Expand Up @@ -658,7 +658,8 @@ The pointer passed to
or a reallocation function has been modified.
.It Dq canary corrupted Va address Ns [ Va offset Ns ]@ Ns Va length Ns / Ns Va size
A byte after the requested
.Va length has been overwritten,
.Va length
has been overwritten,
indicating a heap overflow.
The
.Va offset
Expand Down

0 comments on commit 9598150

Please sign in to comment.