[webkit-changes] [WebKit/WebKit] ac5eb1: [WebRTC] Fix broken target for avif_decode_fuzzer
Commit Queue
noreply at github.com
Thu Mar 14 12:48:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac5eb110be5afb3b9ef5ca60842ca337b55b5a75
https://github.com/WebKit/WebKit/commit/ac5eb110be5afb3b9ef5ca60842ca337b55b5a75
Author: David Kilzer <ddkilzer at apple.com>
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 at 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 at main, but
removed in 275291 at 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
More information about the webkit-changes
mailing list