CVE-2024-56766
In the Linux kernel, the following vulnerability has been resolved:
mtd: rawnand: fix double free in atmel_pmecc_create_user()
The “user” pointer was converted from being allocated with kzalloc() to
being allocated by devm_kzalloc(). Calling kfree(user) will lead to a
double free.
More information : https://git.kernel.org/stable/c/1562871ef613fa9492aa0310933eff785166a90e
