Changes between Initial Version and Version 1 of Ticket #5212, comment 1


Ignore:
Timestamp:
02/10/2023 04:58:51 PM (21 months ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5212, comment 1

    initial v1  
    88  We recommend that production builds of dbus, for example in OS distributions,
    99  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)
    1111
    1212Other fixes:
     
    1414• When connected to a dbus-broker, stop dbus-monitor from incorrectly
    1515  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)
    1717
    1818• Fix out-of-bounds varargs read in the dbus-daemon's config-parser.
     
    2222
    2323• Avoid a data race in multi-threaded use of DBusCounter
    24   (dbus#426, Ralf Habacker)
     24  (dbus!#426, Ralf Habacker)
    2525
    2626• Fix a crash with some glibc versions when non-auditable SELinux events
     
    2828
    2929• 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)
    3131
    3232• Use C11 _Alignof if available, for better standards-compliance
     
    4040
    4141• Tests fixes:
    42   · Fix the test-apparmor-activation test after dbus#416
     42  · Fix the test-apparmor-activation test after dbus!#416
    4343    (dbus!380, Dave Jones)
    4444
    4545Internal changes:
    4646
    47 • Fix CI builds with recent git versions (dbus#447, Simon McVittie)
     47• Fix CI builds with recent git versions (dbus!#447, Simon McVittie)