mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
This happens when the connection is in "activating" state and the connection is a master one waiting for slaves: "check_activated()" is called by the active_connection_state_cb() and device_state_cb() callbacks. If the device has already moved to a state >= NM_DEVICE_STATE_IP_CONFIG, the call to active_connection_state_cb() will end calling activate_connection_info_finish(), freeing the "info" object. The subsequent call to device_state_cb() will result in accessing the freed "info". Just call check_activated() once after registering the active_connection_state() and device_state_cb() callbacks. |
||
|---|---|---|
| .. | ||
| agent.c | ||
| agent.h | ||
| common.c | ||
| common.h | ||
| connections.c | ||
| connections.h | ||
| devices.c | ||
| devices.h | ||
| general.c | ||
| general.h | ||
| nmcli-completion | ||
| nmcli.c | ||
| nmcli.h | ||
| polkit-agent.c | ||
| polkit-agent.h | ||
| settings.c | ||
| settings.h | ||
| utils.c | ||
| utils.h | ||