Fix an off-by-one in bwfm(4) SSID length checks.
authorstsp <stsp@openbsd.org>
Thu, 19 Aug 2021 06:02:39 +0000 (06:02 +0000)
committerstsp <stsp@openbsd.org>
Thu, 19 Aug 2021 06:02:39 +0000 (06:02 +0000)
commit4ba678298c46517fe91f166d3ad236b6741402b5
tree3e529fe17b8372d4dfefd84eb47c79dc65c6d8ba
parentc6abdfb497d8d9d8c45dbb102bfe57d8cb97c29b
Fix an off-by-one in bwfm(4) SSID length checks.
SSIDs are binary data, not NUL-terminated strings.

ok patrick@
sys/dev/ic/bwfm.c