-D-Bus 1.6.14 (UNRELEASED)
+D-Bus 1.7.6 (UNRELEASED)
==
- ...
+ Fixes:
+
+ • If malloc() returns NULL in _dbus_string_init() or similar, don't free
+ an invalid pointer if the string is later freed (fd.o #65959, Chengwei Yang)
-D-Bus 1.6.12 (2013-06-13)
+D-Bus 1.7.4 (2013-06-13)
==
-The “does this unit have a soul?” release.
+The “but is your thread-safety thread-safe?” release.
-Fixes:
+Security fixes:
• CVE-2013-2168: Fix misuse of va_list that could be used as a denial
of service for system services. Vulnerability reported by Alexandru Cornea.