Zap bits in host_v4(), use mask parameter
authorkn <kn@openbsd.org>
Fri, 10 Aug 2018 09:54:06 +0000 (09:54 +0000)
committerkn <kn@openbsd.org>
Fri, 10 Aug 2018 09:54:06 +0000 (09:54 +0000)
commita7ede25358dad545e0342d2a9f8ef6ce68c6df66
tree058f26efc85a380afe1d245666fcc3156c5cc4e8
parentb20e20ea7b174c2b9444ad012482e1a7f6afd7a1
Zap bits in host_v4(), use mask parameter

This avoids a duplicate strrchr() call and makes the function consistent
with host_v6() regarding mask handling.

While here, use the destination's size in memcpy instead of hardcoding its
type.

OK sashan
sbin/pfctl/pfctl_parser.c