diff options
Diffstat (limited to 'dbus/dbus-string.c')
| -rw-r--r-- | dbus/dbus-string.c | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/dbus/dbus-string.c b/dbus/dbus-string.c index 848135fc..98b4c60e 100644 --- a/dbus/dbus-string.c +++ b/dbus/dbus-string.c @@ -2853,6 +2853,9 @@ _dbus_string_validate_nul (const DBusString *str,   *   * @todo this is inconsistent with most of DBusString in that   * it allows a start,len range that isn't in the string. + * + * @todo change spec to disallow more things, such as spaces in the + * interface name   *    * @param str the string   * @param start first byte index to check @@ -2911,6 +2914,9 @@ _dbus_string_validate_interface (const DBusString  *str,   * @todo this is inconsistent with most of DBusString in that   * it allows a start,len range that isn't in the string.   *  + * @todo change spec to disallow more things, such as spaces in the + * member name + *    * @param str the string   * @param start first byte index to check   * @param len number of bytes to check @@ -2991,6 +2997,9 @@ _dbus_string_validate_error_name (const DBusString  *str,   *   * @todo this is inconsistent with most of DBusString in that   * it allows a start,len range that isn't in the string. + * + * @todo change spec to disallow more things, such as spaces in the + * service name   *    * @param str the string   * @param start first byte index to check  | 
