GDBus: Add TODO item about a need to validate data / messages
authorDavid Zeuthen <davidz@redhat.com>
Mon, 10 May 2010 18:43:08 +0000 (14:43 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 10 May 2010 18:43:08 +0000 (14:43 -0400)
gio/gdbusconnection.c

index f81c86b..a8301ae 100644 (file)
 /*
  * TODO for GDBus:
  *
+ * - Validate all data (e.g. UTF-8) and check all the required D-Bus headers
+ *   are present and forbidden ones aren't
+ *   - When writing: g_dbus_message_to_blob()
+ *   - When reading: g_dbus_message_new_from_blob()
+ *
  * - would be nice to expose GDBusAuthMechanism and an extension point
  *
  * - Need to rewrite GDBusAuth and rework GDBusAuthMechanism. In particular