]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SIM server: Avoid void pointer arithmetic
authorJouni Malinen <jouni@codeaurora.org>
Wed, 24 Jul 2019 16:35:14 +0000 (19:35 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Jul 2019 16:35:14 +0000 (19:35 +0300)
commitfe2e1edf431dddd299a87d74d65de12f20a25bf7
treeb161974e90a4f20b00d04c0c36081702262cfa01
parentcfc9ebea03268e8ba8fc95b16e3e751295c5515e
EAP-SIM server: Avoid void pointer arithmetic

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

Fixes: 1c16b257a081 ("EAP-SIM: Add Session-Id derivation during fast-reauth")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_server/eap_server_sim.c