Skip to content

dbus-mempool.c: Ensure element_size is at least sizeof(void *)

I am trying to use DBus on an Arm Morello system where sizeof(void *) is 16 and not 8, so the assertion in the line below can fail unless we ensure that element_size is at least sizeof(void *).

Merge request reports