]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Make aes_wrap() call easier to analyze
authorJouni Malinen <j@w1.fi>
Fri, 5 Dec 2014 20:59:20 +0000 (22:59 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 10:16:32 +0000 (12:16 +0200)
commit369d07afc194fe5d96c085672ad960afac312c2a
treea32114af0423694cdde85f3471cde50016b6e93b
parent769676038871f8192bfc3198fd30a39a0c1b3093
FT: Make aes_wrap() call easier to analyze

Using aes_wrap() to initialize a data structure seemed to be too much
for some static analyzers to understand. Make it obvious that the target
is not just the single struct member. (CID 68111)

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