Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac5eb110be5afb3b9ef5ca60842ca337b55b5a75
https://github.com/WebKit/WebKit/commit/ac5eb110be5afb3b9ef5ca60842ca337b55b5a75
Author: David Kilzer <[email protected]>
Date: 2024-03-14 (Thu, 14 Mar 2024)
Changed paths:
M Source/WebCore/PAL/ThirdParty/libavif/libavif.xcodeproj/project.pbxproj
M Source/WebCore/PAL/ThirdParty/libavif/tests/oss-fuzz/avif_decode_fuzzer.cc
Log Message:
-----------
[WebRTC] Fix broken target for avif_decode_fuzzer
https://bugs.webkit.org/show_bug.cgi?id=270936
<rdar://124556987>
Reviewed by Said Abou-Hallawa.
* Source/WebCore/PAL/ThirdParty/libavif/libavif.xcodeproj/project.pbxproj:
- Clean up the project by removing many duplicate folders.
- Remove the android_jni folder since it was deleted in 275928@main.
(avif_decode_fuzzer target):
- Fix avif_decode_fuzzer by removing repro_fuzz.cc from the Sources
list. This fixes the issue described by the bug.
* Source/WebCore/PAL/ThirdParty/libavif/tests/oss-fuzz/avif_decode_fuzzer.cc:
(LLVMFuzzerTestOneInput):
- Add back declaration that was originally added in 272156@main, but
removed in 275291@main. This fixes a -Wmissing-prototypes compiler
warning.
Canonical link: https://commits.webkit.org/276113@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes