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
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Removed some ref-qualified accessors from wrappers
Rvalue qualified accessors like dart::basic_object::get() &&
allowed users to circumvent invariants of the strongly typed API
Added a fuzz-tested buffer validation API
Intended use case for dart::is_valid and dart::validate
is to enable interacting with buffers from untrusted sources