Bug 270936 - [WebRTC] Fix broken target for avif_decode_fuzzer
Summary: [WebRTC] Fix broken target for avif_decode_fuzzer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 266519 268503 270747
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-13 15:31 PDT by David Kilzer (:ddkilzer)
Modified: 2024-03-31 16:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-03-13 15:31:01 PDT
Fix broken target for avif_decode_fuzzer.

This was caused by:

    Downstream libavif 1.0.3
    <https://bugs.webkit.org/show_bug.cgi?id=268503>
    <rdar://122044452>
    <https://commits.webkit.org/275291@main>

because it added `repro_fuzz.cc` to the `avif_decode_fuzzer` target.

This also fixes:
- Duplicate folders listed in the Xcode project.
- Removes android_jni folder in the Xcode project which was removed earlier.
Comment 1 Radar WebKit Bug Importer 2024-03-13 15:31:44 PDT
<rdar://problem/124556987>
Comment 2 David Kilzer (:ddkilzer) 2024-03-13 16:50:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/25853
Comment 3 EWS 2024-03-14 12:48:00 PDT
Committed 276113@main (ac5eb110be5a): <https://commits.webkit.org/276113@main>

Reviewed commits have been landed. Closing PR #25853 and removing active labels.
Comment 4 David Kilzer (:ddkilzer) 2024-03-31 13:39:11 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/26662
Comment 5 EWS 2024-03-31 16:10:58 PDT
Committed 276868@main (4563c8328a00): <https://commits.webkit.org/276868@main>

Reviewed commits have been landed. Closing PR #26662 and removing active labels.