CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/19 00:02:39
Modified files:
sys/dev/ic : bwfm.c
Log message:
Fix an off-by-one in bwfm(4) SSID length checks.
SSIDs are binary data, not NUL-terminated strings.
ok patrick@
