1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-03 07:41:05 +02:00
jow 7438476abb package/hostapd: fix crash in atheros driver (#8143)
hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet,
this leads to a null pointer deref in the atheros driver. Protect the operstate call with a 
check for hapd->drv_priv.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-29 21:25:39 +00:00
..
2010-10-19 02:07:29 +00:00
2010-05-23 14:42:44 +00:00
2010-09-06 16:34:45 +00:00
2010-10-27 15:27:12 +00:00
2010-08-09 13:25:58 +00:00
2009-12-19 22:19:42 +00:00
2010-10-27 19:39:09 +00:00
2010-09-30 10:48:37 +00:00
2010-10-14 00:14:30 +00:00