]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth_ft.c
Extra validation to keep static analyzers happy
authorJouni Malinen <j@w1.fi>
Tue, 1 Jan 2013 18:35:10 +0000 (20:35 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:53 +0000 (17:51 +0200)
commit5bfc46bb559eb1e143334e7591c4ef3cf05a2ca8
tree9e4efe7254949f1b8e582a768c9334b5983b5f7c
parentde61795e7c491f3e4a3e82297dabb9e5ac96d9c9
Extra validation to keep static analyzers happy

Use of two variables to track bounds checking seems to be a bit too much
for some static analyzers, so add an extra condition for buffer padding
to avoid incorrect warnings.

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