execve: check for binaries too low to load
authorAlan Cox <alan@linux.intel.com>
Sat, 26 May 2018 10:16:02 +0000 (11:16 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 26 May 2018 10:16:02 +0000 (11:16 +0100)
commit021de38b112f36c73a2e0ef775808b11714c249a
tree7be43cc6d3d325a8b280ccdd57bfd65bf5ebd452
parentcf4adfc89d6214bb8f064475e551aa2e97a22756
execve: check for binaries too low to load

This got broken when the changes were added to allow high address binaries
to be loaded into big memory windows.

The real fix is to go to relocatable binaries of course
Kernel/syscall_exec16.c