Changes between Initial Version and Version 1 of Ticket #5212, comment 1
- Timestamp:
- 02/10/2023 04:58:51 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5212, comment 1
initial v1 8 8 We recommend that production builds of dbus, for example in OS distributions, 9 9 should be compiled with checks but without assertions. 10 (dbus #421, Ralf Habacker; thanks to Evgeny Vereshchagin)10 (dbus!#421, Ralf Habacker; thanks to Evgeny Vereshchagin) 11 11 12 12 Other fixes: … … 14 14 • When connected to a dbus-broker, stop dbus-monitor from incorrectly 15 15 replying to Peer method calls that were sent to the dbus-broker with 16 a NULL destination (dbus #301, Kai A. Hiller)16 a NULL destination (dbus!#301, Kai A. Hiller) 17 17 18 18 • Fix out-of-bounds varargs read in the dbus-daemon's config-parser. … … 22 22 23 23 • Avoid a data race in multi-threaded use of DBusCounter 24 (dbus #426, Ralf Habacker)24 (dbus!#426, Ralf Habacker) 25 25 26 26 • Fix a crash with some glibc versions when non-auditable SELinux events … … 28 28 29 29 • If dbus_message_demarshal() runs out of memory while validating a message, 30 report it as NoMemory rather than InvalidArgs (dbus #420, Simon McVittie)30 report it as NoMemory rather than InvalidArgs (dbus!#420, Simon McVittie) 31 31 32 32 • Use C11 _Alignof if available, for better standards-compliance … … 40 40 41 41 • Tests fixes: 42 · Fix the test-apparmor-activation test after dbus #41642 · Fix the test-apparmor-activation test after dbus!#416 43 43 (dbus!380, Dave Jones) 44 44 45 45 Internal changes: 46 46 47 • Fix CI builds with recent git versions (dbus #447, Simon McVittie)47 • Fix CI builds with recent git versions (dbus!#447, Simon McVittie)