mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
scan: Fix crash when scan is triggered outside iwd
#0 0x000055555558ee5d in scan_notify (msg=0x55555560b640, user_data=0x0) at src/scan.c:1706 #1 0x00007ffff7f2c78c in ?? () from /usr/lib/libell.so.0 #2 0x00007ffff7f299ec in ?? () from /usr/lib/libell.so.0 #3 0x00007ffff7f28e4a in l_main_iterate () from /usr/lib/libell.so.0 #4 0x00007ffff7f28efc in l_main_run () from /usr/lib/libell.so.0 #5 0x00007ffff7f290b9 in l_main_run_with_signal () from /usr/lib/libell.so.0 #6 0x00005555555639c4 in main (argc=1, argv=0x7fffffffec18) at src/main.c:497
This commit is contained in:
parent
8901ad3927
commit
d2556a48b7
@ -1703,7 +1703,8 @@ static void scan_notify(struct l_genl_msg *msg, void *user_data)
|
||||
else
|
||||
sc->state = SCAN_STATE_PASSIVE;
|
||||
|
||||
sr->start_time_tsf = start_time_tsf;
|
||||
if (sr)
|
||||
sr->start_time_tsf = start_time_tsf;
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user