summaryrefslogtreecommitdiff
path: root/test/message.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-30 14:01:05 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-05 10:47:20 +0100
commitf5a174649bd32a29e734b5687524f5677f82c36a (patch)
tree9ae58a5089ebf43b16a5073f1321e16b4e4e26f3 /test/message.c
parent5d2b764d1fcbc1992b9fd5e532cd925bd3d69e6b (diff)
downloaddbus-f5a174649bd32a29e734b5687524f5677f82c36a.tar.gz
test: Parse a message with a byteswapped Unix fd index
Reproduces: https://gitlab.freedesktop.org/dbus/dbus/-/issues/417 Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit bef693f442d854505e7013fd31efe41747d7493c) [backport to 1.14.x: discard Meson build system updates] (cherry picked from commit 71dd3ad20cf8aca3310fa8d533801fb1d8bdaf1a) [backport to 1.12.x: resolve conflicts in Autotools build system]
Diffstat (limited to 'test/message.c')
-rw-r--r--test/message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/message.c b/test/message.c
index 887935dd..5204910d 100644
--- a/test/message.c
+++ b/test/message.c
@@ -512,6 +512,7 @@ add_oom_test (const gchar *name,
static const char *valid_messages[] =
{
+ "byteswap-fd-index",
"minimal",
};