fragattacks/src/fst
Jouni Malinen 6462e7387d FST: Avoid using pointer to mgmt->u.action.u.fst_action
Typecasting &mgmt->u.action.u.fst_action to a struct pointer for various
FST Action frame payloads seemed to be triggering static analyzer
warnings about bounds checking since sizeof(mgmt->u.action.u.fst_action)
== 1 even though that is really a variable length structure. Try to
avoid this by calculating the pointer for the beginning of the frame
instead of variable length struct. (CID 125642)

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-07-17 20:37:15 +03:00
..
fst_ctrl_aux.c FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_ctrl_aux.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_ctrl_defs.h FST: Testing support 2015-07-16 18:26:16 +03:00
fst_ctrl_iface.c FST: Testing support 2015-07-16 18:26:16 +03:00
fst_ctrl_iface.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_defs.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_group.c FST: Remove the IE header len/size macros 2015-07-17 19:06:48 +03:00
fst_group.h FST: Clean up fst_group_update_ie() 2015-07-17 19:06:48 +03:00
fst_iface.c FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_iface.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_internal.h FST: Remove the IE header len/size macros 2015-07-17 19:06:48 +03:00
fst_session.c FST: Avoid using pointer to mgmt->u.action.u.fst_action 2015-07-17 20:37:15 +03:00
fst_session.h FST: Testing support 2015-07-16 18:26:16 +03:00
fst.c FST: Clean up fst_group_update_ie() 2015-07-17 19:06:48 +03:00
fst.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00