NetworkManager/src/supplicant
Thomas Haller 26d6ac5385 supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERFACE_GROUP_FORMATION_FAILURE signal
The signal is unused (and should be removed).

Still, the parameter passed to g_signal_emit() is a C string, not a
GVariant. I think as there are no subscribers, glib wouldn't actually
do anything with the arguments. Though, I am not sure whether glib still
tries to initialize a GValue with a GVariant type, leading to a crash.

Fixes: f05b7a78c9 ('supplicant: Track P2P Group information, creation and destruction')
(cherry picked from commit c106008091)
2020-01-30 11:44:10 +01:00
..
tests supplicant: allow PMF with SAE 2019-10-09 13:04:41 +02:00
nm-supplicant-config.c supplicant: allow PMF with SAE 2019-10-09 13:04:41 +02:00
nm-supplicant-config.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-supplicant-interface.c supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERFACE_GROUP_FORMATION_FAILURE signal 2020-01-30 11:44:10 +01:00
nm-supplicant-interface.h supplicant: export authentication state 2019-10-15 08:34:31 +02:00
nm-supplicant-manager.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-supplicant-manager.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-supplicant-settings-verify.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-supplicant-settings-verify.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-supplicant-types.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00