HomeFreeBSD

ipfilter: Avoid overrunning the message buffer

Description

ipfilter: Avoid overrunning the message buffer

Avoid overrunning the message buffer when printing an ippool btree error.
We do this in two ways. First we increase the message buffer from 80 to
255 bytes and secondly we replace strcat(3) with strlcat(3).

MFC after: 1 week

Details

Provenance
cyAuthored on Thu, Nov 7, 1:22 AM
Parents
rGc607b3258f15: ntp: Switch to upstream man pages
Branches
Unknown
Tags
Unknown