argument passing seems to be broken #9
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/libucontext#9
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
It seems that the second argument, which is passed to the function after a context switch, gets modified. To test this I modified
test_libucontext.c
slightly. I would expect the output to be:However, I actually get
start f1: 1 X 3 4
where X is 66 (might be an arbitrary number) on Alpine Linux edge x64.Is this affecting other arch than x86_64 or just one arch?