Signed-off-by: Simon McVittie <smcv@collabora.com>
but is technically undefined behaviour and is detected as such by
AddressSanitizer. (dbus!357, Evgeny Vereshchagin)
+• If dbus_message_demarshal() runs out of memory while validating a message,
+ report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie)
+
+• Correct syntax of some SPDX license markers (dbus!360, Ralf Habacker)
+
• Meson build fixes:
· Fix build on macOS, and any other platform that has
CLOCK_MONOTONIC but not pthread_condattr_setclock()