In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Jul 25, 2025
to the GitHub Advisory Database
•
Updated Jul 25, 2025
Description
Published by the National Vulnerability Database
Jul 25, 2025
Published to the GitHub Advisory Database
Jul 25, 2025
Last updated
Jul 25, 2025
In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: wcd9375: Fix double free of regulator supplies
Driver gets regulator supplies in probe path with
devm_regulator_bulk_get(), so should not call regulator_bulk_free() in
error and remove paths to avoid double free.
References