diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-02 13:46:07 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-02 13:46:07 +0000 |
commit | 714137767d4e5dcc2e091bf3dba123f121d00853 (patch) | |
tree | 88363822d0cd5d45b9d374e987715ce875a16485 /share | |
parent | f21124fb4301d944862a7e15674f01241aaf06d5 (diff) |
Anchor names with characters after the terminating null byte are invalid.
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pf.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index ece9553e6ff..4383f700968 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.63 2009/03/17 21:37:31 jmc Exp $ +.\" $OpenBSD: pf.4,v 1.64 2009/04/02 13:46:06 sthen Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 17 2009 $ +.Dd $Mdocdate: April 2 2009 $ .Dt PF 4 .Os .Sh NAME @@ -73,6 +73,10 @@ separated by characters, similar to how file system hierarchies are laid out. The final component of the anchor path is the anchor under which operations will be performed. +Anchor names with characters after the terminating null byte are +considered invalid; if used in an ioctl, +.Er EINVAL +will be returned. .Sh IOCTL INTERFACE .Nm supports the following |