chiark / gitweb /
sd-bus: don't allow creating message objects that are not attached to a bus
authorLennart Poettering <lennart@poettering.net>
Fri, 6 Jun 2014 16:30:01 +0000 (18:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 6 Jun 2014 16:30:01 +0000 (18:30 +0200)
commit2a0958d2d011b2debdb266144754bb5cdc4da65d
treeaaf8733e5299e0e4700d0427e4277be72a82f73c
parent55152b6ede680b9ac947c49d7dfa31cd3abe594e
sd-bus: don't allow creating message objects that are not attached to a bus

It seems unnecessary to support this, and we rather should avoid
allowing this at all, so that people don't program against this
sloppily and we end up remarshalling all the time...
src/libsystemd/sd-bus/bus-message.c
src/libsystemd/sd-bus/test-bus-gvariant.c
src/libsystemd/sd-bus/test-bus-marshal.c
src/libsystemd/sd-bus/test-bus-match.c