commit | d4c4ec9240eed83f51300da17a7847cb36549dd7 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Apr 19 11:42:02 2015 +0300 |
committer | Jouni Malinen <j@w1.fi> | Wed Apr 22 11:44:19 2015 +0300 |
tree | 1a2c4c214c1aab7c70ab40acc86bbe99b78831a9 | |
parent | 253103681c84e605b8a9b2f2278e6b09a2d1d297 [diff] |
wlantest: Verify FTIE length before checking MIC tdls_verify_mic() and tdls_verify_mic_teardown() could have tried to read the 16-octet FTIE MIC when processing a TDLS frame even if the received FTIE is truncated. At least in theory, this could result in reading couple of octets beyond the frame buffer. Signed-off-by: Jouni Malinen <j@w1.fi>