Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 46f6a79f authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm: protect blob list within blob_lock



DRM createblob_ioctl and destroyblob_ioctl
may run in two different threads. This race condition
can lead to null pointer access in createblob_ioctl
function call. List access in create blob API should be
protected within bloblock mutex to avoid such
race condition.

Change-Id: I8c71f432700b68a6a12ad6b41f89d4b1a85bf253
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 3f0b1f99
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment