
28 Nov
2019
28 Nov
'19
6:30 a.m.
On 11/28/19 7:24 AM, Jiri Denemark wrote:
The virTypedParamsFilter function doesn't mind params == NULL if nparams is zero. And there's no need to check for params == NULL && nparams > 0 because this is checked higher in the stack.
In fact all the virCheckNonNull* checks in virTypedParamsFilter are useless.
https://bugzilla.redhat.com/show_bug.cgi?id=1777094
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>