Re: [PATCH 0/4] Fixes for memory leaks and corruptions
Marcel Holtmann <[email protected]>
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, > 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(-) can you respin the series against HEAD since it doesn’t apply cleanly. Regards Marcel