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

rust docs are unclear on safety #8523

Open
andrewbanchich opened this issue Feb 6, 2025 · 0 comments
Open

rust docs are unclear on safety #8523

andrewbanchich opened this issue Feb 6, 2025 · 0 comments

Comments

@andrewbanchich
Copy link

i noticed the root function says:

Note that verification is an experimental feature and may not be maximally performant or catch every error (though that is the goal).

the Access of untrusted buffers section here doesn't seem to clarify that this is experimental and may not catch all errors.

it's also unclear to me what kinds of errors the verifier will not catch and how they're handled. will flatbuffers ever panic if i use these safe functions? are uncaught errors just silent, incorrect data? memory safety issues?

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

No branches or pull requests

1 participant