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

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Jun 25, 2019

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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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>
@eladb eladb requested a review from a team as a code owner June 25, 2019 10:35
@ghost ghost requested a review from shivlaks June 25, 2019 10:36
@rix0rrr
Copy link
Contributor

rix0rrr commented Jun 25, 2019

I'm not positive this is the right fix. Don't merge yet please.

Copy link
Contributor

@rix0rrr rix0rrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please hold

@rix0rrr rix0rrr dismissed their stale review June 25, 2019 10:43

I thought this was for a different issue.

@eladb eladb merged commit 1e89aab into master Jun 25, 2019
@eladb eladb deleted the benisrae/fix-byref-structs branch June 25, 2019 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kernel: does not properly deserializes structs passed in by ref
3 participants