Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected freed memory access on incoming EAPOL handling
For repeated/duplicated EAP-TLS messages it is possible that they arrive after EAP-TLS is completed on BR. In this case they are handled by Initial EAPOL-key handler and the message and handler are deleted right away. The KMP receive message function however still referred to deleted handler which caused freed memory access. This is now corrected.
- Loading branch information