-
Notifications
You must be signed in to change notification settings - Fork 65
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
Crash on mem::zeroed #77
Comments
Hmm that looks to have been a bad change in 384e7fb, this struct isn't marked as If you look at Lines 12 to 19 in 9844291
@raymanfx is it okay if I replace these with |
Hmm it looks like the conversion from |
For this specific case in EDIT: Since there are user APIs passing arbitrary indices around, I'm leaning towards |
I'm trying to run a stream capture example on arm64 device and getting this type of error:
As if it is enclosed in
unsafe
this may be somehow expected, I guess, but how could I overcome this?Or is this me lacking some compiler settings?
The text was updated successfully, but these errors were encountered: