Hi James,
On 3/28/22 17:32, James Prestwood wrote:
Since l_malloc is used the frame contents are not zero'ed
automatically
which could result in random bytes being present in the frame which were
expected to be zero. This poses a problem when calculating the MIC as the
crypto operations are done on the entire frame with the expectation of
the MIC being zero.
---
src/eapol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis