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

Prevent field access for non-POD types. #22

Merged
merged 1 commit into from
Oct 11, 2020
Merged

Conversation

adetaylor
Copy link
Collaborator

Because non-POD types can't have offsets calculated correctly in Rust,
field access needs to be done via C++ accessor methods. That's not yet
implemented, but this change prevents access to the incorrect offsets
meanwhile.

Fixes #18.

Because non-POD types can't have offsets calculated correctly in Rust,
field access needs to be done via C++ accessor methods. That's not yet
implemented, but this change prevents access to the incorrect offsets
meanwhile.
@adetaylor adetaylor merged commit 537a743 into main Oct 11, 2020
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.

Wrong offset of CxxString field when preceded by padding
1 participant