search for: outerr_nullifi

Displaying 1 result from an estimated 1 matches for "outerr_nullifi".

Did you mean: outerr_nullify
2020 Aug 06
1
[PATCH][next] vdpa/mlx5: fix memory allocation failure checks
From: Colin Ian King <colin.king at canonical.com> The memory allocation failure checking for in and out is currently checking if the pointers are valid rather than the contents of what they point to. Hence the null check on failed memory allocations is incorrect. Fix this by adding the missing indirection in the check. Also for the default case, just set the *in and *out to null as these