chiark / gitweb /
sd-bus: don't assert() on valid signatures
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 28 Jul 2015 14:46:51 +0000 (16:46 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:07:19 +0000 (10:07 +0100)
Right now sd_bus_message_skip() will abort execution if passed a
signature of the unary type "()". Regardless whether this should be
supported or not, we really must not abort. Drop the incorrect assertion
and add a test-case for this.


No differences found