This test was failing on s390; though it could fail on other platforms too. Basically we need to be sure we're passing at least word-aligned buffers to the demarshalling code. malloc() will do that for us. --- test/marshal.c | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-)
Created attachment 82965 [details] [review] 0001-test-marshal-Ensure-we-use-suitably-aligned-buffers.patch
Comment on attachment 82965 [details] [review] 0001-test-marshal-Ensure-we-use-suitably-aligned-buffers.patch Review of attachment 82965 [details] [review]: ----------------------------------------------------------------- Sure. Please merge to dbus-1.6 too, if applicable.
Pushed to master and cherry-picked to 1.6. Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.