]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check rx_mgmt::frame more consistently against NULL
authorJouni Malinen <j@w1.fi>
Sat, 26 Apr 2014 09:09:28 +0000 (12:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 29 Apr 2014 09:52:10 +0000 (12:52 +0300)
commitc0333c8dd59b9e254d3fc725c984b1c0cd3d496a
tree2aea767286c3fc7945da59e70b1e21be53ca8d7a
parentd6c6b1fb9d0408d1c196c638a11245db9ab5f4eb
Check rx_mgmt::frame more consistently against NULL

If a driver wrapper misbehaves and does not indicate a frame body in the
event, core hostapd code should handle this consistently since that case
was already checked for in one location.

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