Arm Mali CSF...

- AV AC AU C I A
发布: 2023-02-27
修订: 2025-04-13

kbase_csf_kcpu_queue_enqueue() locks the kctx->csf.kcpu_queues, looks up a pointer from inside that structure, then drops the lock before continuing to use the kbase_kcpu_command_queue that was looked up. This is a classic use-after-free pattern, where the lookup of a pointer is protected but the protective lock is then released without first acquiring any other lock or reference to keep the referenced object alive.

0%
暂无可用Exp或PoC
当前有0条受影响产品信息