Searched hist:"97 bff8ecf4e4e26749a67dcfbb7565d8a0f4acb4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | sta_info.c | diff 97bff8ecf4e4e26749a67dcfbb7565d8a0f4acb4 Mon Mar 31 12:23:00 CDT 2008 Johannes Berg <johannes@sipsolutions.net> mac80211: fix sta_info_destroy(NULL)
sta_info_destroy(NULL) should be valid, but currently isn't because the argument is dereferenced before the NULL check. There are no users that currently pass in NULL, i.e. all check before calling the function, but I want to change that.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|