Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment stackSlotCount for structs correctly in FFI Upcall on z/OS #20322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 16, 2024

  1. Increment stackSlotCount for structs correctly in FFI Upcall on z/OS

    This commit fixes a bug in FFI Upcall on z/OS where the counter for
    stack slots in memory is not always increased when iterating through
    arguments. Specifically, the counter was not being incremented when
    structs were present in the argument list. It will now be incremented
    correctly for every argument.
    
    Signed-off-by: Dhruv Chopra <[email protected]>
    dchopra001 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    99f0667 View commit details
    Browse the repository at this point in the history