ibusbg: Do not try to dereference func
> when it is NULL. CID#56127
>
> From: Philippe De Swert
>
> We check if func is NULL, so if the allocation function failed we
> should
> not dereference or handle it anymore, so we jump straight to the
> end.
>
> Signed-of
From: Philippe De Swert
We check if func is NULL, so if the allocation function failed we should
not dereference or handle it anymore, so we jump straight to the end.
Signed-off-by: Philippe De Swert
---
src/usbg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/usbg.c b/src/usbg.c
ind