]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pfctl: Do not allow whitespace in macro names
authorKristof Provost <kp@FreeBSD.org>
Sun, 28 Oct 2018 05:41:13 +0000 (05:41 +0000)
committerKristof Provost <kp@FreeBSD.org>
Sun, 28 Oct 2018 05:41:13 +0000 (05:41 +0000)
commitd3f65324948aeef11ed5fbe193e33e1e6898d206
treeb0dd88a074e1279f41abd385e7e913a65e8a7c7c
parent71f8908a1a49f7cb8fb4aa09670782fae017979e
pfctl: Do not allow whitespace in macro names

i.e. "this is" = "a variable" is not valid. It was accepted by the
parser, but the variable could not be used afterwards.

Obtained from: OpenBSD
sbin/pfctl/parse.y