commit | 762a0bfb01b1651c728b6deeda06bf965634e390 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sat Apr 18 17:59:30 2015 +0300 |
committer | Jouni Malinen <j@w1.fi> | Wed Apr 22 11:44:19 2015 +0300 |
tree | ae95ffebc76dd68c696e5dd69de64aa517ad9898 | |
parent | 26b3f644285b3cdd0493677a6462ddda5742dede [diff] |
wlantest: Fix Beacon and Probe Response frame parser These functions did not verify that the received frame is long enough to contain the beginning of the variable length IE area. A truncated frame could have caused a segmentation fault due to reading beyond the buffer. Signed-off-by: Jouni Malinen <j@w1.fi>