google / libultrahdr

Ultra HDR is a true HDR image format, and is backcompatible. libultrahdr is the reference codec for the Ultra HDR format. The codecs that support the format can render the HDR intent of the image on HDR displays; other codecs can still decode and display the SDR intent of the image.
https://developer.android.com/guide/topics/media/platform/hdr-image-format
Apache License 2.0
146 stars 23 forks source link

ossfuzz.sh: Opt out of shift sanitizer #234

Closed harishdm closed 1 month ago

harishdm commented 1 month ago

Shift sanitizer flags a few failures that prevent further fuzzing with other undefined behavior sanitizers enabled. Disable shift sanitizer till the library is updated to avoid these undefined shift sanitizer issues.

harishdm commented 1 month ago

cc: @ram-mohan