Summary: | CVE-2015-3218: backend: Handle invalid object paths in RegisterAuthenticationAgent | ||
---|---|---|---|
Product: | PolicyKit | Reporter: | Colin Walters <walters> |
Component: | daemon | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
Status: | RESOLVED FIXED | QA Contact: | David Zeuthen (not reading bugmail) <zeuthen> |
Severity: | normal | ||
Priority: | medium | CC: | walters |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | 0001-backend-Handle-invalid-object-paths-in-RegisterAuthe.patch |
Description
Colin Walters
2015-06-03 14:46:30 UTC
See Comment on attachment 116267 [details] [review] 0001-backend-Handle-invalid-object-paths-in-RegisterAuthe.patch Review of attachment 116267 [details] [review]: ----------------------------------------------------------------- Might want to mention in the commit message that RegisterAuthenticationAgentWithOptions and UnregisterAuthentication have also been checked and don’t need changes. Other than that, looks good to me! ::: src/polkitbackend/polkitbackendinteractiveauthority.c @@ +1551,5 @@ > const gchar *unique_system_bus_name, > const gchar *locale, > const gchar *object_path, > + GVariant *registration_options, > + GError **error) Technically the rest of the parameters should be re-indented because of the ‘**’ for the GError, but I really don’t care that much. ACK. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.