mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: fix crash for tests using radius_server
Tests which use a standalone RADIUS server may crash due to the wiphy array not taking into account the 'radius_server' key which is skipped during setup.
This commit is contained in:
parent
37886066d8
commit
af5c77aeba
@ -1373,7 +1373,7 @@ static bool configure_hostapd_instances(struct l_settings *hw_settings,
|
||||
|
||||
hostapd_config_file_paths = l_new(char *, i + 1);
|
||||
wiphys = alloca(sizeof(struct wiphy *) * (i + 1));
|
||||
wiphys[i] = NULL;
|
||||
memset(wiphys, 0, sizeof(struct wiphy *) * (i + 1));
|
||||
|
||||
hostapd_pids_out[0] = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user