[PATCH] load_elf_binary() oops fix
If we detect an error late in this function, local variable `interpreter' can be NULL. Don't try to fput() it in that case.
Showing
Please register or sign in to comment
If we detect an error late in this function, local variable `interpreter' can be NULL. Don't try to fput() it in that case.