[PATCH] bounds check and no argv/envp support for binfmt_flat load
This patch to the MMUless flat loader does 2 important things: 1. Allow for architectures that do not want argv and envp on the initial process stack (v850 is an example of this) 2. Does some bounds checking on the zipped flat header when processing it.
Showing
Please register or sign in to comment