In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser() The "user" pointer was converted from being allocated with kzalloc() to being allocated by devmkzalloc(). Calling kfree(user) will lead to a double free.