mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
dewarp: dewarp kasan issue [1/1]
PD#SWPL-178593 Problem: current_item use after free Solution: us is_idle instead of current_item Verify: s6 Change-Id: I95051da49c0bfd7ae6feaf73f3334bd18791bd08 Signed-off-by: yuhua.lin <yuhua.lin@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
a2bc043d0d
commit
0cd5ecf294
@@ -149,7 +149,10 @@ struct gdc_context_s {
|
||||
struct list_head free_queue;
|
||||
wait_queue_head_t cmd_complete;
|
||||
int gdc_request_exit;
|
||||
struct completion process_complete;
|
||||
int wq_state;
|
||||
spinlock_t lock; /* for get and release item. */
|
||||
struct mutex destroy_lock;
|
||||
};
|
||||
|
||||
/* format type and format bit width mask
|
||||
|
||||
Reference in New Issue
Block a user