Skip to content
Snippets Groups Projects
Commit d5ce5b40 authored by Catalin Marinas's avatar Catalin Marinas Committed by Linus Torvalds
Browse files

Free the memory allocated by memdup_user() in fs/sysfs/bin.c


Commit 1c8542c7 replaced kmalloc() with memdup_user() in the write()
function but also dropped the kfree(temp). The memdup_user() function
allocates memory which is never freed.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Cc: Parag Warudkar <parag.warudkar@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5e75c5f5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment