Systemd/src/run
Zbigniew Jędrzejewski-Szmek 20fc581119 run: do not try to use reply after freeing it (#3318)
We'd call sd_bus_message_unref and then proceed to use
variables pointing into the reply buffer (fd and char*).
dup the fd and copy the string before destorying the reply.

This makes systemd-run run again for me.

https://bugzilla.redhat.com/show_bug.cgi?id=1337636
2016-05-21 18:30:33 -04:00
..
Makefile core: add transient units 2013-06-28 04:12:58 +02:00
run.c run: do not try to use reply after freeing it (#3318) 2016-05-21 18:30:33 -04:00