aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecTest.cpp')
-rw-r--r--tests/CodecTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp
index 8172751cf6..290686fa37 100644
--- a/tests/CodecTest.cpp
+++ b/tests/CodecTest.cpp
@@ -623,7 +623,7 @@ DEF_TEST(Codec_Dimensions, r) {
static void test_invalid(skiatest::Reporter* r, const char path[]) {
auto data = GetResourceAsData(path);
if (!data) {
- ERRORF(r, "Failed to get resources %s", path);
+ ERRORF(r, "Failed to get resource %s", path);
return;
}
@@ -655,6 +655,7 @@ DEF_TEST(Codec_Empty, r) {
#endif
test_invalid(r, "invalid_images/b37623797.ico");
test_invalid(r, "invalid_images/osfuzz6295.webp");
+ test_invalid(r, "invalid_images/osfuzz6288.bmp");
}
#ifdef PNG_READ_UNKNOWN_CHUNKS_SUPPORTED