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

Undefined behavior in FFI implementation #322

Closed
roee88 opened this issue May 18, 2021 · 0 comments · Fixed by #323
Closed

Undefined behavior in FFI implementation #322

roee88 opened this issue May 18, 2021 · 0 comments · Fixed by #323

Comments

@roee88
Copy link
Contributor

roee88 commented May 18, 2021

Describe the bug

The FFI implementation fails MIRI test because of aliasing rule violation

References:

To Reproduce

cargo +nightly miri test -p arrow test_u32 

Expected behavior

No undefined behavior

Additional context

Related to #227 (but there are a lot of other MIRI detected issues after this one).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants