On Tue, 10 Jan 2023 10:16:51 +0800, Jiasheng Jiang wrote:
> Add check for the return value of alloc_ordered_workqueue as it may return
> NULL pointer and cause NULL pointer dereference.
>
>
Applied, thanks!
[1/1] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
https://gitlab.
On 1/9/2023 6:16 PM, Jiasheng Jiang wrote:
Add check for the return value of alloc_ordered_workqueue as it may return
NULL pointer and cause NULL pointer dereference.
Signed-off-by: Jiasheng Jiang
Reviewed-by: Abhinav Kumar
---
Changelog:
v2 -> v3:
1. Simply return -ENOMEM instead of us
Add check for the return value of alloc_ordered_workqueue as it may return
NULL pointer and cause NULL pointer dereference.
Signed-off-by: Jiasheng Jiang
---
Changelog:
v2 -> v3:
1. Simply return -ENOMEM instead of using ret.
2. No change of the "goto fail".
v1 -> v2:
1. Change the "goto fail