commit | 54b85f489bdfafc9306dfcc21e0d2687c34c3b34 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sun Mar 19 19:21:45 2006 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 23 16:16:57 2006 -0500 |
tree | c141cbcf5fbad9f7e68fdf12567871c049736b34 | |
parent | 971d1e69229f3dfc6dd233b8f4b82df2c35eedd8 [diff] |
[PATCH] hostap: Fix ap_add_sta() return value verification The Coverity checker (CID: 273) spotted this inconsequent NULL checking (unconditionally dereferencing directly after checking for NULL isn't a good idea). Return immediately to avoid this. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>