mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 23:00:11 +01:00
Logging pointer values is useful to identify the object in the logging message. But plain pointer values also can be used to defeat ASLR and should not be logged. Instead, print NM_HASH_OBFUSCATE_PTR() value, which is a 64 bit number based on the pointer value and some random seed. A minor problem is that there is still the chance of duplicates, albeit small. |
||
|---|---|---|
| .. | ||
| plugins | ||
| nm-agent-manager.c | ||
| nm-agent-manager.h | ||
| nm-secret-agent.c | ||
| nm-secret-agent.h | ||
| nm-settings-connection.c | ||
| nm-settings-connection.h | ||
| nm-settings-plugin.c | ||
| nm-settings-plugin.h | ||
| nm-settings.c | ||
| nm-settings.h | ||