hostap/src/pae
Ranga Ravuri 9f894823fa PAE: Silence static analyzer warning about NULL pointer dereference
ieee802_1x_kay_move_live_peer() did not check
ieee802_1x_kay_get_potential_peer() result explicitly and a static
analyzer reported a warning about the possible NULL result. This cannot
really happen in practice since the only caller of
ieee802_1x_kay_move_live_peer() verifies that the specific peer entry is
available. Anyway, it is easy to silence the false warning by adding an
explicit check here and cover any other potential case if another caller
is added.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2017-04-24 11:38:10 +03:00
..
ieee802_1x_cp.c mka: Add enable_encrypt op and call it from CP state machine 2016-11-20 00:35:23 +02:00
ieee802_1x_cp.h mka: Get rid of struct ieee802_1x_cp_conf 2016-08-28 21:56:17 +03:00
ieee802_1x_kay.c PAE: Silence static analyzer warning about NULL pointer dereference 2017-04-24 11:38:10 +03:00
ieee802_1x_kay.h mka: Make MKA actor priority configurable 2016-12-25 11:41:46 +02:00
ieee802_1x_kay_i.h mka: Send MKPDUs forever if mode is PSK 2017-02-10 19:48:12 +02:00
ieee802_1x_key.c MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_key.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_secy_ops.c mka: Add enable_encrypt op and call it from CP state machine 2016-11-20 00:35:23 +02:00
ieee802_1x_secy_ops.h mka: Add enable_encrypt op and call it from CP state machine 2016-11-20 00:35:23 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00