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:
parent
e0df0dce71
commit
d74024a490
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user