Browse Source

avoid sentence splicing;

OPENBSD_6_1
jmc 8 years ago
parent
commit
1a2414b3e4
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.99 2016/10/20 05:49:59 otto Exp $
.\" $OpenBSD: malloc.3,v 1.100 2016/10/20 08:03:15 jmc Exp $
.\"
.Dd $Mdocdate: October 20 2016 $
.Dt MALLOC 3
@ -381,7 +381,7 @@ has been modified.
A byte after the requested size has been overwritten,
indicating a heap overflow.
The offset at which corruption was detected is printed before the @,
the requested length of the allocation after the @.
and the requested length of the allocation after the @.
.It Dq recursive call
An attempt was made to call recursively into these functions, i.e., from a
signal handler.


Loading…
Cancel
Save