Fix comparison to use correct symbol name (__rand vs. rand)
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 10 Nov 2009 14:51:59 +0000 (16:51 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Nov 2009 14:51:59 +0000 (16:51 +0200)
rand would be the address of rand() function and never NULL. The previous
version could have crashed on invalid AKA-AUTS command. Though, these
commands are only from hostapd which sends valid requests and as such,
the actual issue did not show up.


No differences found