Age | Commit message (Collapse) | Author | Files | Lines |
|
Zero is a valid return value, so don't jmp to exit if the fd is equal to
it. However, we would never expect zero to be returned as stdin is not
closed.
Signed-off-by: Malfurious <m@lfurio.us>
|
|
If an error condition is met during the pipe IO syscalls, eax will be
filled with a negative value. We need to then zero the rest of the
register before attempting to exit, so we don't continue on to execute
garbage.
Signed-off-by: Malfurious <m@lfurio.us>
|
|
Removes an unnecessary instruction.
Signed-off-by: Malfurious <m@lfurio.us>
|
|
Signed-off-by: Malfurious <m@lfurio.us>
|