зеркало из https://github.com/mozilla/gecko-dev.git
79e498d6d6
This was causing asan and dt failures because bindgen was computing the size of MarkerSchema as 122 bytes instead of 144 bytes. This was causing a heap buffer overflow. After making the std::vector an opaque type, it computes the size properly as 144 bytes. Depends on D127114 Differential Revision: https://phabricator.services.mozilla.com/D127956 |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
cbindgen.toml | ||
extra-bindgen-flags.in |
README.md
Gecko Profiler API for Rust
This crate is the collection of all the API endpoints for Gecko Profiler. Please use this crate instead of using raw FFI calls.
See the module documentations for more information about the specific API endpoints.