]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use explicit type casting to avoid sign extensions
authorJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 15:06:35 +0000 (17:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 15:06:35 +0000 (17:06 +0200)
commitc8894a310085efb661c4123337a84fd1d613b122
treeec273edd75f07472912c233852890b15a9104906
parent607bcf61a4d8e202fdf8e2aefdd7f72eca12f2a5
Use explicit type casting to avoid sign extensions

Make sure sign extension does not end up getting used here by
explicitly type casting the variables to correct size.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/eap_server/eap_server_ttls.c