You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
i noticed the
root
function says: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?The text was updated successfully, but these errors were encountered: