[PATCH 0/4] Fixes for memory leaks and corruptions
Robert Tiemann <[email protected]>
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <[email protected]> |
I've noticed that the settings file gets corrupted when disabling wifi tethering. Wrong strings and/or binary junk are written to the file, preventing Connman from starting up the next time it is run. I have tracked down the breaking commit (481d08f108) and was able to patch the problem. While at it, I found and patched two more memory leaks. Robert Tiemann (4): wifi: Fix use-after-free when tethering is disabled. wifi: Fix memory leak. wifi: Fix indentation. technology: Fix memory leak. plugins/wifi.c | 66 +++++++++++++++++++++++------------------------- src/technology.c | 4 ++- 2 files changed, 34 insertions(+), 36 deletions(-) -- 2.34.1