We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566f2e2 commit 1cfc29dCopy full SHA for 1cfc29d
1 file changed
lib/common/acl.c
@@ -976,6 +976,7 @@ pcmk__acl_filtered_copy(const char *user, xmlDoc *acl_source, xmlNode *xml)
976
pcmk__trace("Filtering XML copy using user '%s' ACLs", user);
977
filter_unreadable_nodes(&result, false);
978
979
+ // coverity[check_after_deref : FALSE] Doesn't understand g_clear_pointer
980
if (result == NULL) {
981
// Entire document was freed, so don't free docpriv->acls here
982
pcmk__trace("ACLs deny user '%s' access to entire XML document", user);
0 commit comments