test/marshal: Ensure we use suitably aligned buffers
authorColin Walters <walters@verbum.org>
Wed, 24 Jul 2013 20:48:58 +0000 (21:48 +0100)
committerColin Walters <walters@verbum.org>
Wed, 24 Jul 2013 21:52:58 +0000 (17:52 -0400)
commit2de11abd56a7ee350e98b8a957c7c7a4902945ce
tree7b04a933ce2c890f487520ef33a011502799dde1
parent9587ddb917d71c53dd69ff408955f1626a5b460a
test/marshal: Ensure we use suitably aligned buffers

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.

https://bugs.freedesktop.org/show_bug.cgi?id=67279
test/marshal.c