27859f5203
This pointer needs to be cleared when the matching SAK is being removed from the SAK list. The previous implementation was doing something pretty strange in the loop by clearing the pointer for any non-matching key that happened to be iterated through before finding the matching key. This could probably result in incorrect behavior, but not clearing the pointer for the matching key could do more harm by causing freed memory to be referenced. Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
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 |