[openSUSE/wicked] 7ab571: wpa-supplicant: Remove dead code - __ni_print_stri...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 7ab5711464cf1a77e5a2419e5deff5fe9b575d2e https://github.com/openSUSE/wicked/commit/7ab5711464cf1a77e5a2419e5deff5fe9b... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wpa-supplicant.c Log Message: ----------- wpa-supplicant: Remove dead code - __ni_print_string_array() Commit: d128eabff42afa2acc1a7cac3c2fb4d84c69b55a https://github.com/openSUSE/wicked/commit/d128eabff42afa2acc1a7cac3c2fb4d84c... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wireless.c M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- wpa-supplicant: Add refcount for ni_wpa_nif_t Each call on DBus can result in async receving of DBus signals. Thus we need to protect our current working object, that it do not get removed because of such a signal. Signed-off-by: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Commit: 7d356eac8173be9cf9f88b4978e491004a4edfa9 https://github.com/openSUSE/wicked/commit/7d356eac8173be9cf9f88b4978e491004a... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wireless.c M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- wpa-supplicant: Add refcounting for ni_wpa_bss_t Each call on DBus can result in async receving of DBus signals. Thus we need to protect our current working object, that it do not get removed because of such a signal. Commit: 1c493ea200657bf95094807880deb1afeca109cf https://github.com/openSUSE/wicked/commit/1c493ea200657bf95094807880deb1afec... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- wpa-supplicant: Remove wif backreference from bss Commit: 2ea60e858ebd0e31af664b4a5a10b6f049d2b8b7 https://github.com/openSUSE/wicked/commit/2ea60e858ebd0e31af664b4a5a10b6f049... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wpa-supplicant.c Log Message: ----------- wpa-supplicant: Fix error code translation on wpa_supp restart If the wpa_supplicant restart (e.g. segfault), the restart handler cleanup all internal data structures associated to this wpa_supplicant instance. With this, the ni_wpa_wif_t->client is set to NULL and we need to cover this stage in each translate error call. Commit: d7ee3472cc705d46d63b81639e82e708fcdc5513 https://github.com/openSUSE/wicked/commit/d7ee3472cc705d46d63b81639e82e708fc... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wireless.c Log Message: ----------- wireless: notice logmsg of 'wpa_supplicant stopped' Commit: 84a37591f2518454457b5a8ba593bddfa0b1f214 https://github.com/openSUSE/wicked/commit/84a37591f2518454457b5a8ba593bddfa0... Author: Marius Tomaschewski <mt@suse.com> Date: 2022-10-05 (Wed, 05 Oct 2022) Changed paths: M src/wireless.c M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/931 wpa_supplicant: Fix crash on unexpected restarts of wpa_supplicant Compare: https://github.com/openSUSE/wicked/compare/687644d81fc0...84a37591f251
participants (1)
-
Marius Tomaschewski