NetworkManager/clients
Lubomir Rintel c758622f46 cli: avoid use-after free on connection deletion
If the connection spontaneously disappears (perhaps along with the whole
daemon on crash) while we're deleting it, then the removal callback
would free up the context structure the delete operation is using.

Let's cancel the in-flight delete operations so that they won't touch
the structure after it's gone.

(cherry picked from commit 73b560c215)
2017-01-27 13:34:16 +01:00
..
cli cli: avoid use-after free on connection deletion 2017-01-27 13:34:16 +01:00
common cli: macsec support 2017-01-16 17:47:10 +01:00
tui all: use nm_utils_is_valid_iface_name() 2017-01-06 15:11:56 +01:00
nm-online.c nm-online: obtain NMClient asynchronously 2017-01-04 06:39:07 +01:00