Skip to content
Snippets Groups Projects
Commit 434c8dbf authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

package/hostapd: fix crash in atheros driver (#8143)...

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.

SVN-Revision: 23715
parent 9d61a9b1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment