mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
4965b8cd1b
vfree() is being called on paged buffer allocated
using alloc_page() and mapped using vmap().
Freeing of pages in vfree() relies on nr_pages of
struct vm_struct. vmap() does not update nr_pages.
It can lead to memory leaks.
Fixes:
|
||
---|---|---|
.. | ||
builtin | ||
fallback_platform.c | ||
fallback_table.c | ||
fallback.c | ||
fallback.h | ||
firmware.h | ||
Kconfig | ||
main.c | ||
Makefile |