diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-27 05:01:53 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-27 05:01:53 +0000 |
commit | 136720c2df920b260c14b27c707022473e2e52b7 (patch) | |
tree | 6e62efbedf090d31c64c8c3c550c3dc686a6266d | |
parent | 504d173a1cdbb761341aa9687af1a88a46aeb12b (diff) |
Mention that m is free'd if m_pulldown fails.
-rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 9b920ba3b10..240e52c5bde 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.12 2003/12/12 10:25:00 jmc Exp $ +.\" $OpenBSD: mbuf.9,v 1.13 2003/12/27 05:01:52 mcbride Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -445,6 +445,9 @@ must be smaller or equal than MCLBYTES. The pointer returned points to an mbuf in the chain and the new offset for data in this mbuf is .Fa *offp . +If this function fails, +.Fa m +is freed. .It Fn m_pullup "struct mbuf *n" "int len" Ensure that the data in the mbuf chain starting at the beginning of the chain and ending at |