2006-10-23 David Zeuthen <davidz@redhat.com>
authorDavid Zeuthen <davidz@redhat.com>
Mon, 23 Oct 2006 17:25:52 +0000 (17:25 +0000)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 23 Oct 2006 17:25:52 +0000 (17:25 +0000)
commitcb905b58f068ba68ca8f6645b2c4e9b51ec61e3e
tree0f079682ca1d396c5df1e97086d83da87181588f
parent8ea5a53324e2959157f8b47b88211728a7bff375
2006-10-23  David Zeuthen  <davidz@redhat.com>

        * dbus/dbus-memory.c: Use atomic variable to protect
        n_blocks_outstanding otherwise OOM will be reported using SMP on
        some arches

        * bus/dispatch.c: Add missing end of line characters

        * bus/desktop-file.c (parse_section_start, parse_key_value)
        (bus_desktop_file_load): Propertly handle OOM

        * dbus/dbus-threads.c (init_uninitialized_locks): Check that
        thread_init_generation equals _dbus_current_generation, not 0
ChangeLog
bus/desktop-file.c
bus/dispatch.c
dbus/dbus-memory.c
dbus/dbus-threads.c