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

fix(kernel): properly deserialize structs passed in byref #554

Merged
merged 1 commit into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. fix(kernel): properly deserialize structs passed in byref

    The deserializer mistakingly used `objectReference` instead of `isObjRef` when trying to identify this case.
    
    Test was added to verify this fix.
    
    Fixes #553
    
    Co-authored-by: Romain Muller <rmuller@amazon.com>
    Elad Ben-Israel and RomainMuller committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    4c15aca View commit details
    Browse the repository at this point in the history