]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-AKA server: Avoid void pointer arithmetic
authorJouni Malinen <jouni@codeaurora.org>
Wed, 24 Jul 2019 16:34:11 +0000 (19:34 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Jul 2019 16:34:11 +0000 (19:34 +0300)
commitcfc9ebea03268e8ba8fc95b16e3e751295c5515e
treea83bf86e8b8b704ddf1e5c5d3a7e7ecec3088989
parentbd0414043594f9318ee90fb301691d59ce71f95c
EAP-AKA server: Avoid void pointer arithmetic

This is a compiler specific extension and not compliant with the C
standard.

Fixes: 5eefa8115b88 ("EAP-AKA: Add Session-Id derivation during fast-reauth")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_server/eap_server_aka.c