[systemd-commits] 2 commits - TODO src/core

Lennart Poettering lennart at kemper.freedesktop.org
Mon Mar 3 14:18:29 PST 2014


 TODO            |    2 ++
 src/core/dbus.c |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7ba4fedb8048182fb765bd6ae5aa1e548389bef3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Mar 3 23:18:19 2014 +0100

    update TODO

diff --git a/TODO b/TODO
index fe01ac3..57d49c6 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,8 @@ External:
 
 Features:
 
+* make /run/user/$UID/ a tmpfs
+
 * Imply DevicePolicy=closed when PrivateDevices= is used
 
 * add an "input" group to udev logic and add all input devices to it

commit e4e703c3076cb5060ab401a2370ab84883f2fd8f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Mar 3 23:17:27 2014 +0100

    core: fix assert when trying to serialize non-initialized bus peer tracker object

diff --git a/src/core/dbus.c b/src/core/dbus.c
index be8dfc9..03f3738 100644
--- a/src/core/dbus.c
+++ b/src/core/dbus.c
@@ -1163,7 +1163,6 @@ int bus_foreach_bus(
 void bus_track_serialize(sd_bus_track *t, FILE *f) {
         const char *n;
 
-        assert(t);
         assert(f);
 
         for (n = sd_bus_track_first(t); n; n = sd_bus_track_next(t))



More information about the systemd-commits mailing list