#933: WPA/RSM key length ioctl setting
------------------------------------------+---------------------------------
Reporter: anonymous | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: madwifi: other | Version:
Keywords: key length unicast multicast | Patch_attached: 0
------------------------------------------+---------------------------------
In setparam ioctl fix IEEE80211_PARAM_UCASTKEYLEN and
IEEE80211_PARAM_MCASTKEYLEN length checking. 16 bytes are also correct
setting(e.g. CCMP key case). Proposed solution is to change checking from:
{{{
if (!(0 < value && value < IEEE80211_KEYBUF_SIZE))
}}}
into
{{{
if (!(0 < value && value <= IEEE80211_KEYBUF_SIZE))
}}}
P.S. I have proposed this fix maybe 2 years ago, but this bug still here
!!!
--
Ticket URL: <http://madwifi.org/ticket/933>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets