diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-11 01:05:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 01:05:01 +0200 |
commit | 8e27167cc9b8beda2bf49789b15f0b0301b95d17 (patch) | |
tree | e2f0e84c8a84e6ff3e1ba95c81cac685a94ee330 /TODO | |
parent | feb0c8b86f05330c8c7581463b8adf35ea68e5a9 (diff) | |
parent | b4f386d53b760201dbdb44a09448ed663284f6b0 (diff) | |
download | systemd-8e27167cc9b8beda2bf49789b15f0b0301b95d17.tar.gz |
Merge pull request #13011 from keszybz/auto-erase
Remove string_erase and friends
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,8 +90,8 @@ Features: usefaultd() and make systemd-analyze check for it. * paranoia: whenever we process passwords, call mlock() on the memory - first. i.e. look for all places we use string_erase()/string_free_erase() and - augment them with mlock(). Also use MADV_DONTDUMP + first. i.e. look for all places we use free_and_erasep() and + augment them with mlock(). Also use MADV_DONTDUMP. * Move RestrictAddressFamily= to the new cgroup create socket |