commit | 364182a80fcc60c0ce828a949b029bacca85c2de | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Nov 23 20:31:08 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Sun Nov 23 21:03:40 2014 +0200 |
tree | 775c455dd6036f92c91dcf4ab91c328057b08ed3 | |
parent | 002a2495bea40a4d192cb9d22687fa16ad92c739 [diff] |
EAP-FAST: Clean up binary PAC file parser validation steps This was too difficult for some static analyzers (CID 62876). In addition, the pac_info_len assignment should really have explicitly validated that there is room for the two octet length field instead of trusting the following validation step to handle both this and the actual pac_info_len bounds checking. Signed-off-by: Jouni Malinen <j@w1.fi>