Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cec3a60

Browse files
Mike KleinSkia Commit-Bot
authored andcommitted
remove SkDescriptor API fuzzer
SkDescriptor's programatic API is neither exposed for untrusted use nor harded for it. Why are we fuzzing it? Do we need a change in oss-fuzz before deleting this? Bug: oss-fuzz:19648 Bug: oss-fuzz:24417 Change-Id: Id8d075938d831ec8cad4014c8fe6efaef46edb55 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307177 Reviewed-by: Kevin Lubick <[email protected]> Reviewed-by: Herb Derby <[email protected]> Auto-Submit: Mike Klein <[email protected]> Commit-Queue: Mike Klein <[email protected]>
1 parent 1e95010 commit cec3a60

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,6 @@ if (skia_enable_tools) {
21132113
"fuzz/FuzzPathop.cpp",
21142114
"fuzz/FuzzPolyUtils.cpp",
21152115
"fuzz/FuzzRegionOp.cpp",
2116-
"fuzz/FuzzSkDescriptor.cpp",
21172116
"fuzz/oss_fuzz/FuzzAndroidCodec.cpp",
21182117
"fuzz/oss_fuzz/FuzzAnimatedImage.cpp",
21192118
"fuzz/oss_fuzz/FuzzImage.cpp",

fuzz/FuzzMain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ static std::map<std::string, std::string> cf_api_map = {
274274
{"api_pathop", "Pathop"},
275275
{"api_polyutils", "PolyUtils"},
276276
{"api_raster_n32_canvas", "RasterN32Canvas"},
277-
{"api_skdescriptor", "SkDescriptor"},
278277
{"api_svg_canvas", "SVGCanvas"},
279278
{"jpeg_encoder", "JPEGEncoder"},
280279
{"png_encoder", "PNGEncoder"},

fuzz/FuzzSkDescriptor.cpp

Lines changed: 0 additions & 77 deletions
This file was deleted.

fuzz/oss_fuzz/FuzzAPISkDescriptor.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)