mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 | ||