Skip to content
Snippets Groups Projects
  • Jo-Philipp Wich's avatar
    434c8dbf
    package/hostapd: fix crash in atheros driver (#8143)... · 434c8dbf
    Jo-Philipp Wich authored
    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
    434c8dbf
    History
    package/hostapd: fix crash in atheros driver (#8143)...
    Jo-Philipp Wich authored
    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