]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Check FT, MD, and Timeout Interval length in the parser
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2015 13:28:35 +0000 (16:28 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 19:05:11 +0000 (22:05 +0300)
commitae7a42bde24f13d2a1324538713c50ca3afc9581
tree78d2f85a5b8186c82fdaf14486894515858f1ae5
parentc9bf7b66234eafc07db6fda9cfc26e0c151e417e
FT: Check FT, MD, and Timeout Interval length in the parser

All the existing users of these elements were already validating the
element length. However, it is clearer to validate this already at the
parser for extra layer of protection for any future changes.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_common.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa_ie.c