Skip to content

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

Merged
eladb merged 1 commit intomasterfrom
benisrae/fix-byref-structs
Jun 25, 2019
Merged

fix(kernel): properly deserialize structs passed in byref#554
eladb merged 1 commit intomasterfrom
benisrae/fix-byref-structs

Conversation

@eladb
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

rix0rrr commented Jun 25, 2019

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

Copy link
Copy Markdown
Collaborator

@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