On 11/17/20 5:30 PM, Kevin Wolf wrote: > 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 <kw...@redhat.com> > --- > authz/simple.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>