mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
9a97daff39
Adds the build support for using libfuzzer controlled by setting `crashpad_use_libfuzzer=true`. Also adds a first fuzzer (for ElfImageReader). Currently only runs on Linux, but should work on Fuchsia too with some minor fixes (not sure yet whether the fixes required are toolchain or in our build setup). Run as: out/lin/elf_image_reader_fuzzer snapshot/elf/elf_image_reader_fuzzer_corpus/ hits an OOM pretty quickly in trying to allocate a giant buffer. Bug: crashpad:30, crashpad:196, crashpad:233 Change-Id: Idd3ca11fe00319b8b29e029d5e13b17bfd518ea0 Reviewed-on: https://chromium-review.googlesource.com/1083451 Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
27 lines
438 B
Plaintext
27 lines
438 B
Plaintext
*.Makefile
|
|
*.ninja
|
|
*.pyc
|
|
*.target.mk
|
|
*.xcodeproj
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.gdb_history
|
|
.gdbinit
|
|
/Makefile
|
|
/out
|
|
/third_party/fuchsia/.cipd
|
|
/third_party/fuchsia/clang
|
|
/third_party/fuchsia/qemu
|
|
/third_party/fuchsia/sdk
|
|
/third_party/gtest/gtest
|
|
/third_party/libfuzzer
|
|
/third_party/linux/.cipd
|
|
/third_party/linux/clang
|
|
/third_party/linux/sysroot
|
|
/third_party/gyp/gyp
|
|
/third_party/mini_chromium/mini_chromium
|
|
/third_party/zlib/zlib
|
|
/xcodebuild
|
|
tags
|