]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Ignore too long SSID attribute
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 7 Apr 2015 10:22:49 +0000 (13:22 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 08:44:19 +0000 (11:44 +0300)
commit5a041acc0a71fe479de3b87338b0c7126ea7f486
treee62406887b3e6b724a48ba1b8400122ab35f6e01
parentd6c3067d3216cd195f837f51baa82cb51856e095
WPS: Ignore too long SSID attribute

While it looks like all the users of this parsed attribute were able to
handle longer SSID values, there is no valid use case for these and to
avoid any potential future issues, enforce maximum length (32 bytes) on
the SSID during parsing.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/wps/wps_attr_parse.c