3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-04-03 18:07:50 +02:00
James Prestwood a68e958f29 ap: fixed crash in AP
If the device mode it toggled from 'ap' back to 'station' without actually
starting the access point ap_free attempts to zero out the psk, which
causes a crash because it had never been allocated (Start() never was
called). Since ap->psk is actually never used this was removed. Also added
a memset to zero out the pmk on cleanup.

This is the crash observed:

++++++++ backtrace ++++++++
0  0x7f6ffe978a80 in /lib64/libc.so.6
1  0x7f6ffe9d6766 in /lib64/libc.so.6
2  0x42dd51 in memset() at /usr/include/bits/string3.h:90
3  0x42ddd9 in ap_free() at src/ap.c:144
4  0x445ec6 in interface_instance_free() at ell/dbus-service.c:513
5  0x448650 in _dbus_object_tree_remove_interface() at ell/dbus-service.c:1595
6  0x40d980 in device_set_mode_sta() at src/device.c:2113
7  0x447d4c in properties_set() at ell/dbus-service.c:1861
8  0x448a33 in _dbus_object_tree_dispatch() at ell/dbus-service.c:1691
9  0x442587 in message_read_handler() at ell/dbus.c:285
10 0x43cac9 in io_callback() at ell/io.c:123
11 0x43bf5e in l_main_iterate() at ell/main.c:376
12 0x43c01c in l_main_run() at ell/main.c:419
13 0x40379d in main() at src/main.c:460
14 0x7f6ffe96288a in /lib64/libc.so.6
+++++++++++++++++++++++++++
2018-07-19 11:21:43 -05:00
..
2018-04-19 11:49:41 -05:00
2018-04-19 11:49:41 -05:00
2018-07-19 11:21:43 -05:00
2018-07-17 18:52:59 -05:00
2018-07-17 19:19:09 -05:00
2018-07-19 11:09:08 -05:00
2018-07-02 12:24:33 -05:00
2018-07-17 10:53:08 -05:00
2018-07-16 10:51:13 -05:00
2018-05-04 19:33:55 -05:00
2018-05-04 19:33:55 -05:00
2017-11-28 13:20:33 -06:00
2018-07-03 16:45:25 -05:00
2018-07-19 11:09:08 -05:00
2018-07-19 11:09:08 -05:00
2018-07-17 19:19:09 -05:00
2018-07-17 19:19:09 -05:00
2018-07-19 11:09:08 -05:00
2018-07-11 15:20:55 -05:00
2017-11-28 13:30:06 -06:00
2017-11-28 13:30:06 -06:00
2016-07-20 15:29:39 -05:00
2018-07-13 12:34:59 -05:00
2018-06-29 13:48:09 -05:00
2018-07-17 19:12:48 -05:00
2018-07-17 19:12:48 -05:00
2016-06-10 09:59:59 -05:00
2018-06-28 11:37:06 -05:00
2018-06-28 11:37:06 -05:00
2017-10-18 19:29:24 -05:00
2018-05-24 15:24:16 -05:00
2018-05-24 15:24:16 -05:00
2018-07-17 19:19:09 -05:00
2017-08-30 16:58:14 -05:00
2017-02-17 12:27:13 -06:00