Files
systemd/src
Lennart Poettering e99ca14741 env-util: replace unsetenv_erase() by new getenv_steal_erase() helper
The new helper combines a bunch of steps every invocation of
unsetenv_erase() did so far: getenv() + strdup() + unsetenv_erase().
Let's unify this into one helper that is harder to use incorrectly. It's
in inspired by TAKE_PTR() in a way: get the env var out and invalidate
where it was before.
2022-02-20 12:38:06 +09:00
..
2022-01-11 14:15:54 +01:00
2022-02-14 17:27:21 +01:00
2022-01-11 14:15:54 +01:00
2022-02-03 22:51:51 +00:00
2022-01-11 14:15:54 +01:00
2022-01-11 14:15:54 +01:00
2022-02-14 15:14:17 +01:00