Jouni Malinen 84bb12aa6d FILS: Fix send_assoc_resp() HLP extension to cover sta == NULL
Commit 91d91abf6f9bf420643a9245b63f5ac8c6bbb18a ('FILS: DHCP relay for
HLP requests') added steps that are conditional on sta->fils_hlp_resp
being non-NULL. One of these cases within send_assoc_resp() was properly
protected from sta == NULL error case (that is now possible after a
recent DMG change), but the first one was not. A DMG error case in a
CONFIG_FILS=y build could have hit a NULL pointer dereference here. Fix
this by verifying sta != NULL more consistently.

Signed-off-by: Jouni Malinen <j@w1.fi>
2017-02-05 16:40:15 +02:00
..
2017-02-01 18:17:39 +02:00
2017-02-01 18:17:39 +02:00
2016-12-04 21:00:06 +02:00
2017-02-01 18:17:39 +02:00
2017-02-01 18:17:39 +02:00
2017-02-01 18:17:39 +02:00
2016-12-28 14:31:42 +02:00
2015-10-03 21:01:47 +03:00
2017-02-01 18:17:39 +02:00
2016-11-16 13:26:23 +02:00
2017-02-01 18:17:39 +02:00
2017-02-01 18:17:39 +02:00
2016-02-17 11:46:13 +02:00
2013-12-24 22:59:52 +02:00
2017-02-01 18:17:39 +02:00