commit | c2aa8a3d7e5ce57fa3df310c9b7ca48fcbf9d4ad | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Nov 17 17:30:45 2020 +0100 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Wed Nov 18 10:51:35 2020 +0000 |
tree | 6f7e285c4d3140958971600005fa94fdffba5304 | |
parent | 3428455df9302b2b924e380cb90a77ca1ce5001e [diff] |
authz-simple: Check that 'identity' property is set If the 'identify' property is not set, we'll pass a NULL pointer to g_str_equal() and crash. Catch the error condition during the creation of the object. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>