Pan Bian bianpan2016@163.com writes:
Function vc4_cl_lookup_bos() does not set the error code when drm_malloc_ab() returns a NULL pointer, and will return 0 (indicates success). This patch fixes the bug, assigning "-ENOMEM" to the return variable ret on the path that memory allocation fails.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188631 Signed-off-by: Pan Bian bianpan2016@163.com
This one was already fixed in b2cdeb19f16ad984eb5bb9193f793d05a8101511