Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

updates from upstream libclusterfuzz #992

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/agent/libclusterfuzz/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pub const STACK_FRAME_IGNORE_REGEXES: &[&str] = &[
r"^print_trailer",
r"^realloc",
r"^rust_begin_unwind",
r"^rust_fuzzer_test_input",
r"^rust_oom",
r"^scanf",
r"^show_stack",
Expand Down Expand Up @@ -172,6 +173,7 @@ pub const STACK_FRAME_IGNORE_REGEXES: &[&str] = &[
r".*stdext::exception::what",
r".*v8::base::OS::Abort",
r".* base/callback",
r".* /rust(|c)/",
r".*/AOSP\-toolchain/",
r".*/bindings/ToV8\.h",
r".*/crosstool/",
Expand Down Expand Up @@ -203,6 +205,7 @@ pub const STACK_FRAME_IGNORE_REGEXES: &[&str] = &[
r"^syslog::LogMessage",
r"^print_address_description",
r"^_etext",
r"^_swift_stdlib_",
r".*libc\.so",
r".*libc\+\+\.so",
r".*libc\+\+_shared\.so",
Expand Down