diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 15:40:31 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 15:40:31 -0500 |
commit | c8a9cf81039d2f3ddd8651880028cf9ac8ec7f05 (patch) | |
tree | 239fea5abe61c56b4c9bc87363623070592bc17f /ChangeLog | |
parent | 97872bf72ff327855e2e86a4760348cd2ca03b9e (diff) | |
download | dbus-c8a9cf81039d2f3ddd8651880028cf9ac8ec7f05.tar.gz |
use correct ssize_t type instead of size_t (FDO Bug #12862)
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
* patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>
* dbus/dbus-spawn.c (read_ints, read_pid): use correct ssize_t type
instead of size_t (FDO Bug #12862)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ * patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> + * dbus/dbus-spawn.c (read_ints, read_pid): use correct ssize_t type + instead of size_t (FDO Bug #12862) + +2008-01-15 John (J5) Palmieri <johnp@redhat.com> + + * patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> + * dbus/dbus-errors.c (dbus_set_error): make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846) |