mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 13:23:18 +00:00
d8e4771f99
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.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
nand-controller.c | ||
pmecc.c | ||
pmecc.h |