-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
flatbuffers is unsound #281
Comments
I should have looked harder, there is an existing advisory for it #259 |
Those advisories are actually about a different bug, so it might be still worthwhile to an advisory for this one. Reopening. Have you reported an issue on the flatbuffers repo? |
Oh wait, nevermind, seems to be the same bug: google/flatbuffers#5825 |
Yeah, While looking into this I noticed that the code generated by |
Unfortunately I don't care about this enough to fill out a proper advisory, but since I looked into it enough to find the UB, here's a few miri error samples if someone wants to finish it off:
(I manually inspected the source code to verify the library doesn't check the alignment itself)
The text was updated successfully, but these errors were encountered: