Commit e8c77bda05e5d93cce6f38cfdde4192307951dea
Committed by
Greg Kroah-Hartman
1 parent
07687c031d
Exists in
smarc_imx_lf-5.15.y
and in
27 other branches
fpga manager: Fix firmware resource leak on error
If fpga_mgr_buf_load() fails, the firmware resource previously allocated by request_firmware() is leaked. Fix it by calling release_firmware() regardless of the return value of fpga_mgr_buf_load(). Found by the Coverity scanner (CID 1339653). Fixes: 6a8c3be7ec8e ("add FPGA manager core") Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff
drivers/fpga/fpga-mgr.c