pfctl: Fix mismatch in array bounds for pfr_next_token().

Reviewed by:	kp, emaste
Differential Revision:	https://reviews.freebsd.org/D36806
This commit is contained in:
John Baldwin 2022-10-03 16:10:41 -07:00
parent e0df0dce71
commit d74024a490
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
extern int dev;
static int pfr_next_token(char buf[], FILE *);
static int pfr_next_token(char buf[BUF_SIZE], FILE *);
static void
pfr_report_error(struct pfr_table *tbl, struct pfioc_table *io,