oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

librsvg: missing corpus links on fuzzer statistics page

Open correctmost opened this issue 1 year ago • 0 comments

Description

Project: librsvg Fuzzer: libFuzzer_librsvg_render_document

The links in the "corpus_size" and "corpus_backup" columns have not been present since Aug 12, 2024: 365691113-af639f5e-8b86-4013-8660-890d183efe9f

Here's what I see in the bucket:

corpus-bucket

Observations

  • Recent uploads are missing a MIME type
  • There are gaps without corresponding build failures for those days
  • latest.zip seems to be pointing to the file from Aug 12
  • public.zip seems to be pointing to the file from Jun 27 (despite the Sep 24 timestamp)

Other notes

  • I committed a change to the project on Aug 12 (https://github.com/google/oss-fuzz/pull/12331), but I'm not sure how it could affect corpus uploads
  • Regular builds and coverage builds are passing
  • #12524 seems similar in nature

correctmost avatar Sep 27 '24 21:09 correctmost