correct Va in previous;
authorjmc <jmc@openbsd.org>
Sun, 22 Oct 2023 14:04:52 +0000 (14:04 +0000)
committerjmc <jmc@openbsd.org>
Sun, 22 Oct 2023 14:04:52 +0000 (14:04 +0000)
lib/libc/stdlib/malloc.3

index 667baa9..3e7f7b9 100644 (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.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
@@ -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