[webkit-changes] [WebKit/WebKit] 7611f5: [WebRTC] Add target for avif_decode_fuzzer

Commit Queue noreply at github.com
Fri Dec 15 18:29:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7611f524bb3f05cebad9985601fc0e9b20e783e2
      https://github.com/WebKit/WebKit/commit/7611f524bb3f05cebad9985601fc0e9b20e783e2
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    A Source/WebCore/PAL/ThirdParty/libavif/Configurations/BaseTarget.xcconfig
    A Source/WebCore/PAL/ThirdParty/libavif/Configurations/avif_decode_fuzzer.xcconfig
    M Source/WebCore/PAL/ThirdParty/libavif/Configurations/libavif.xcconfig
    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] Add target for avif_decode_fuzzer
https://bugs.webkit.org/show_bug.cgi?id=266519
<rdar://119740831>

Reviewed by Alex Christensen.

* Source/WebCore/PAL/ThirdParty/libavif/Configurations/BaseTarget.xcconfig: Copied from Source/WebCore/PAL/ThirdParty/libavif/Configurations/libavif.xcconfig.
* Source/WebCore/PAL/ThirdParty/libavif/Configurations/avif_decode_fuzzer.xcconfig: Add.
* Source/WebCore/PAL/ThirdParty/libavif/Configurations/libavif.xcconfig:
- Extract common Xcode variables to BaseTarget.xcconfig.
* Source/WebCore/PAL/ThirdParty/libavif/libavif.xcodeproj/project.pbxproj:
- Add aggregate target named "Fuzzers (libavif)".
- Add target for avif_decode_fuzzer.
* Source/WebCore/PAL/ThirdParty/libavif/tests/oss-fuzz/avif_decode_fuzzer.cc:
- Fix missing declaration for LLVMFuzzerTestOneInput().

Canonical link: https://commits.webkit.org/272156@main




More information about the webkit-changes mailing list