In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Dec 28, 2024
to the GitHub Advisory Database
•
Updated Dec 28, 2024
Description
Published by the National Vulnerability Database
Dec 28, 2024
Published to the GitHub Advisory Database
Dec 28, 2024
Last updated
Dec 28, 2024
In the Linux kernel, the following vulnerability has been resolved:
mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()
It should be size of the struct clk_bulk_data, not data pointer pass to
devm_kcalloc().
References