From: David Herrmann Date: Tue, 28 Jul 2015 14:46:51 +0000 (+0200) Subject: sd-bus: don't assert() on valid signatures X-Git-Tag: v226.4~1^2~180 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=21127a147a58a99640a0b8672350d48b47110df2;hp=21127a147a58a99640a0b8672350d48b47110df2 sd-bus: don't assert() on valid signatures 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. ---