summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 120d1eba..43d5ff5c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,4 @@
- - Message matching rules (so broadcasts can be filtered) need sorting
- out.
-
- How we will handle DCOP needs sorting out. Among other things, we
need to check that service and service-ownership semantics map to DCOP
reasonably well.
@@ -93,3 +90,6 @@
- add dbus_message_has_path(), maybe has_member/interface
- The OBJECT_PATH type is not documented in the spec.
+
+ - re_align_field_recurse() in dbus-message.c is broken because it
+ crashes on some types of header field values. security problem.