Files
systemd/src
Jan Synacek dc7dd61de6 shared: fix double free in unmask (#5005)
Easily reproducible:
1) systemctl mask foo
2) systemctl unmask foo foo

The problem here is that the *i that is put into todo[] is later freed
in strv_uniq(), which is not directly visible from this patch. Somewhere
further in the code, the string that *i pointed to is freed again. That
happens only when multiple services with the same name/path are specified.
2017-01-03 21:34:36 +01:00
..
2016-12-16 15:41:31 +01:00
2016-12-07 18:38:41 +01:00
2016-11-02 11:39:48 -06:00
2016-12-14 11:51:26 +01:00
2016-10-24 17:29:51 +02:00