Skip to content
Commit 2ee41e62 authored by Christian Engelmayer's avatar Christian Engelmayer Committed by Rusty Russell
Browse files

modpost: Fix resource leak in read_dump()



Function read_dump() memory maps the input via grab_file(), but fails to call
the corresponding unmap function. Add the missing call to release_file().
Detected by Coverity: CID 1192419

Signed-off-by: default avatarChristian Engelmayer <cengelma@gmx.at>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent ec6931b2
Loading
Loading
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