9f894823fa
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> |
||
---|---|---|
.. | ||
ieee802_1x_cp.c | ||
ieee802_1x_cp.h | ||
ieee802_1x_kay.c | ||
ieee802_1x_kay.h | ||
ieee802_1x_kay_i.h | ||
ieee802_1x_key.c | ||
ieee802_1x_key.h | ||
ieee802_1x_secy_ops.c | ||
ieee802_1x_secy_ops.h | ||
Makefile |