Fix emulation of splice syscall #3

Closed
andreas-schwab wants to merge 1 commits from opensuse-2.2 into opensuse-2.2
andreas-schwab commented 2015-02-04 17:42:09 +01:00 (Migrated from github.com)

The second and fourth argument are in/out parameters, store them back
after the syscall. Also, the fourth argument was mishandled, and EFAULT
handling was missing.

Signed-off-by: Andreas Schwab schwab@suse.de

The second and fourth argument are in/out parameters, store them back after the syscall. Also, the fourth argument was mishandled, and EFAULT handling was missing. Signed-off-by: Andreas Schwab schwab@suse.de
bmwiedemann commented 2015-02-04 17:49:40 +01:00 (Migrated from github.com)

👍

:+1:
afaerber commented 2015-03-01 14:39:05 +01:00 (Migrated from github.com)
Thanks, https://build.opensuse.org/request/show/288312

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dfaggioli/qemu#3