diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 15:57:34 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 15:57:34 -0500 |
commit | 738743002dc72b69cf440d5a4be30e2fedf51892 (patch) | |
tree | 588a9df6a5e76c1fa63f366e2b8ffe56953c29e6 /ChangeLog | |
parent | 4cc2bfa10e1a840e0da34a588f719779cc284a79 (diff) | |
download | dbus-738743002dc72b69cf440d5a4be30e2fedf51892.tar.gz |
don't check for < 0 on an unsigned variable (FDO Bug #12924)
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-connection.c (_dbus_connection_get_next_client_serial):
don't check for < 0 on an unsigned variable (FDO Bug #12924)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ 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-connection.c (_dbus_connection_get_next_client_serial): + don't check for < 0 on an unsigned variable (FDO Bug #12924) + +2008-01-15 John (J5) Palmieri <johnp@redhat.com> * patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> |