diff options
author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-27 10:01:18 +0000 |
---|---|---|
committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-27 10:01:18 +0000 |
commit | 73a69d496bb26356d684774cd1e98646a443c723 (patch) | |
tree | 3398ffd1156c558d8dc94d060bd608016a171e3e /ChangeLog | |
parent | 85f8f62da6bb26d7033310af9d3260b073efe4bf (diff) |
* bus/signals.c (bus_match_rule_parse): validate the components of
match rules (bug #1439).
* dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-09-27 Olivier Andrieu <oliv__a@users.sourceforge.net> + + * bus/signals.c (bus_match_rule_parse): validate the components of + match rules (bug #1439). + + * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test. + 2004-09-24 Olivier Andrieu <oliv__a@users.sourceforge.net> * doc/dbus-specification.xml: document ServiceOwnerChanged @@ -58,7 +65,7 @@ 2004-09-04 Harald Fernengel <harry@kdevelop.org> - * qt/connection.*: Applied patch by Jérôme Lodewyck + * qt/connection.*: Applied patch by Jérôme Lodewyck <lodewyck@clipper.ens.fr> to integrate an existing connection into the Qt eventloop |