We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generated code can read and write out of bounds in safe code
flatbuffers
2.1.2
Code generated by flatbuffers' compiler is unsafe but not marked as such. See google/flatbuffers#6627 for details.
unsafe
All users that use generated code by flatbuffers compiler are recommended to:
follow
push
self_follow
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flatbuffers
2.1.2
Code generated by flatbuffers' compiler is
unsafe
but not marked as such.See google/flatbuffers#6627 for details.
All users that use generated code by
flatbuffers
compiler are recommended to:follow
,push
, or any method that uses them(e.g.
self_follow
).intended to be used.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: