Commit 947e0b19 authored by Yannis Guyon's avatar Yannis Guyon Committed by Commit Bot

third_party/libwebp/fuzzing: Remove libwebp_anim_encoder_fuzzer

WEBP_REDUCE_SIZE is defined in chromium, disabling WebPPictureCopy(),
making WebPAnimEncoderNew() unavailable.
Remove the fuzz target libwebp_anim_encoder_fuzzer because AnimEncoder
is not used within chromium.
Keep the file fuzz_webp_animencoder to run on oss-fuzz.

BUG=chromium:912506

Change-Id: I9a981aca6b585896844428d6eb330707209496e5
Reviewed-on: https://chromium-review.googlesource.com/c/1368109Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Yannis Guyon <yguyon@google.com>
Cr-Commit-Position: refs/heads/master@{#615625}
parent 39e5d590
...@@ -632,18 +632,3 @@ fuzzer_test("libwebp_enc_dec_api_fuzzer") { ...@@ -632,18 +632,3 @@ fuzzer_test("libwebp_enc_dec_api_fuzzer") {
defines = [ "WEBP_MAX_IMAGE_SIZE=838860800" ] defines = [ "WEBP_MAX_IMAGE_SIZE=838860800" ]
additional_configs = [ ":libwebp_config_internal" ] additional_configs = [ ":libwebp_config_internal" ]
} }
fuzzer_test("libwebp_anim_encoder_fuzzer") {
sources = [
"fuzzing/fuzz_webp_animencoder.cc",
]
dict = "fuzzing/fuzz.dict"
seed_corpus = "fuzzing/fuzz_seed_corpus"
deps = [
":libwebp",
":libwebp_webp",
]
cflags_cc = [ "-Wno-unused-function" ]
defines = [ "WEBP_MAX_IMAGE_SIZE=838860800" ]
additional_configs = [ ":libwebp_config_internal" ]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment