From 1f3829c820d922c6c1c12ca924bec0bc61112ff1 Mon Sep 17 00:00:00 2001 From: vitaliii Date: Wed, 9 May 2018 15:48:30 +0000 Subject: Revert "[Zucchini] (raw) Apply fuzzer" This reverts commit f4a598ff5adfe27f8153bd36984ee9cb549f99e9. Reason for revert: Does not compile on Win 64, see https://ci.chromium.org/buildbot/chromium/Win%20x64/22249 Original change's description: > [Zucchini] (raw) Apply fuzzer > > This is part of a series of Fuzzers to be added to Zucchini for > security review. This tests the raw data patch application logic > exercising the patch reader and apply process. It only covers ~20% > of code in 100000 executions as the bulk of the remaining code is > associated with the much more complex and expensive to fuzz reference > related code. > > With the supplied seed corpus the fuzzer reaches approximately 11000 > execs/s. > > This found a couple bugs which are fixed in: > https://chromium-review.googlesource.com/c/chromium/src/+/1028575 > > > Bug: 835341 > Change-Id: Idc1d862bfaa6eb6313f39e10536f4750c05ab863 > Reviewed-on: https://chromium-review.googlesource.com/1028570 > Commit-Queue: Calder Kitagawa > Reviewed-by: Samuel Huang > Reviewed-by: Greg Thompson > Reviewed-by: Max Moroz > Reviewed-by: Jonathan Metzman > Cr-Commit-Position: refs/heads/master@{#557185} TBR=huangs@chromium.org,mmoroz@chromium.org,grt@chromium.org,metzman@chromium.org,ckitagawa@google.com Change-Id: Ia1790a01d3f31f25b243ce6e4ec5b52e423e3f6e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 835341 Reviewed-on: https://chromium-review.googlesource.com/1052287 Reviewed-by: vitaliii Commit-Queue: vitaliii Cr-Commit-Position: refs/heads/master@{#557196} NOKEYCHECK=True GitOrigin-RevId: 0101ff77e665851a5fab50b19427cbb5cdb54954 --- BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 49f54fb..f36c949 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -209,9 +209,4 @@ group("zucchini_fuzzers") { "//components/zucchini/fuzzers:zucchini_disassembler_win32_fuzzer", "//components/zucchini/fuzzers:zucchini_patch_fuzzer", ] - - # Ensure protoc is available. - if (current_toolchain == host_toolchain) { - deps += [ "//components/zucchini/fuzzers:zucchini_raw_apply_fuzzer" ] - } } -- cgit v1.2.3