commit | 46a03525895d632254ca328b13a88649858695f1 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Nov 23 18:43:59 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Sun Nov 23 21:03:29 2014 +0200 |
tree | 515bdaf6cd91d1c342ec6d8ca525f3195dd12823 | |
parent | e7306bcb59b827a9e1551c6f47865ef4279c181c [diff] |
Use more explicit num_pmkid validation in RSN IE parsing Static analyzers may not have understood the bounds checking on data->num_pmkid. Use a local, temporary variable and validate that that value is within length limits before assining this to data->num_pmkid to make this clearer. (CID 62857, CID 68126) Signed-off-by: Jouni Malinen <j@w1.fi>