mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
Add shell.stderr.exp-dash3, which differs from shell.stderr.exp-dash2 with: 6c6 < ./shell_binaryfile: 4: ./shell_binaryfile: Syntax error: ")" unexpected --- > ./shell: 19: ./shell: ./shell_binaryfile: Exec format error (so the newer dash gives a clearer msg)
9 lines
483 B
Plaintext
9 lines
483 B
Plaintext
./shell: 10: ./shell: ./x86/: Permission denied
|
|
./shell: 13: ./shell: ./shell.vgtest: Permission denied
|
|
execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
|
|
EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
|
Add more stringent tests in PRE(sys_execve), or work out how to recover.
|
|
./shell: 19: ./shell: ./shell_binaryfile: Exec format error
|
|
./shell: 22: ./shell: ./shell_nosuchfile: not found
|
|
./shell: 25: ./shell: shell_nosuchfile: not found
|