Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binfmt_elf_fdpic-fix-proc-pid-auxv-checkpatch-fixes
WARNING: braces {} are not necessary for single statement blocks torvalds#122: FILE: fs/binfmt_elf_fdpic.c:651: + if (bprm->have_execfd) { + NEW_AUX_ENT(AT_EXECFD, bprm->execfd); + } Cc: Al Viro <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Eric Biederman <[email protected]> Cc: Jan Kara <[email protected]> Cc: Kees Cook <[email protected]> Cc: Max Filippov <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
- Loading branch information