hostapd: fix segfault when deinit mesh ifaces
authorJesus Fernandez Manzano <jesus.manzano@galgus.net>
Tue, 21 Sep 2021 10:49:30 +0000 (12:49 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 24 Sep 2021 10:32:19 +0000 (12:32 +0200)
commit5269c47e8db549695ceaf6a19afdd0cb90074622
tree64169138a2002b5c6e596ef565bcf4490bd3bc8e
parentb56f7407d999d29c200c8c5880655926ef9874b7
hostapd: fix segfault when deinit mesh ifaces

In hostapd_ubus_add_bss(), ubus objects are not registered for mesh
interfaces. This provokes a segfault when accessing the ubus object in
mesh deinit.

This commit adds the same condition to hostapd_ubus_free_bss() for
discarding those mesh interfaces.

Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
package/network/services/hostapd/src/src/ap/ubus.c