Commit b32273e
committed
Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull execve updates from Kees Cook:
- Drop needless error path code in remove_arg_zero() (Li kunyu, Kees
Cook)
- binfmt_elf_efpic: Don't use missing interpreter's properties (Max
Filippov)
- Use /bin/bash for execveat selftests
* tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
exec: Simplify remove_arg_zero() error path
selftests/exec: Perform script checks with /bin/bash
exec: Delete unnecessary statements in remove_arg_zero()
fs: binfmt_elf_efpic: don't use missing interpreter's properties3 files changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1719 | 1719 | | |
1720 | 1720 | | |
1721 | 1721 | | |
1722 | | - | |
1723 | 1722 | | |
1724 | 1723 | | |
1725 | 1724 | | |
| |||
1730 | 1729 | | |
1731 | 1730 | | |
1732 | 1731 | | |
1733 | | - | |
1734 | | - | |
1735 | | - | |
1736 | | - | |
| 1732 | + | |
| 1733 | + | |
1737 | 1734 | | |
1738 | 1735 | | |
1739 | 1736 | | |
| |||
1746 | 1743 | | |
1747 | 1744 | | |
1748 | 1745 | | |
1749 | | - | |
1750 | 1746 | | |
1751 | | - | |
1752 | | - | |
| 1747 | + | |
1753 | 1748 | | |
1754 | 1749 | | |
1755 | 1750 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments