In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 8, 2024
to the GitHub Advisory Database
•
Updated Nov 27, 2024
Description
Published by the National Vulnerability Database
Nov 8, 2024
Published to the GitHub Advisory Database
Nov 8, 2024
Last updated
Nov 27, 2024
In the Linux kernel, the following vulnerability has been resolved:
drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
The group variable can't be used to retrieve ptdev in our second loop,
because it points to the previously iterated list_head, not a valid
group. Get the ptdev object from the scheduler instead.
References