<div dir="ltr"><div><div><div>Thank you Simon,<br><br></div>I made some tests and it seems that it is safe to discard that part.<br><br></div>I'll make some patches later on, I've noticed a few missing pieces while writing bindings.<br><br></div>Marcin<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-30 21:56 GMT+02:00 Simon McVittie <span dir="ltr"><<a href="mailto:simon.mcvittie@collabora.co.uk" target="_blank">simon.mcvittie@collabora.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 30/05/16 18:14, <a href="mailto:marcin@saepia.net">marcin@saepia.net</a> wrote:<br>
> The message sometimes contains a bunch of null bytes after the body<br>
</span>...<br>
<span class="">> The specification says "The message body need not end on an 8-byte<br>
> boundary." but "need not" does not equal "must not".<br>
<br>
</span>Please check how the reference implementation (libdbus) would interpret<br>
those bytes: as an accepted-and-discarded part of the message you have<br>
quoted, as padding between messages, or as part of the next message.<br>
Whichever interpretation it would use, you can consider that to be<br>
correct. A patch to dbus-specification.xml contributed via<br>
<<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=core" rel="noreferrer" target="_blank">https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=core</a>><br>
clarifying which one is meant would also be appreciated.<br>
<br>
The reference dbus-daemon will usually disconnect clients that send<br>
anything that is considered malformed. If it doesn't, either that<br>
content is not considered malformed, or the reference dbus-daemon has a bug.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Simon McVittie<br>
Collabora Ltd. <<a href="http://www.collabora.com/" rel="noreferrer" target="_blank">http://www.collabora.com/</a>><br>
<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/dbus" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</font></span></blockquote></div><br></div>