| Index: third_party/libwebp/utils/bit_reader_inl.h
|
| diff --git a/third_party/libwebp/utils/bit_reader_inl.h b/third_party/libwebp/utils/bit_reader_inl.h
|
| index 37215702d4f1a24370eb8448f6802705c1a0a7fe..99ed3137d2cf912acec9f605adc161eb88a4173c 100644
|
| --- a/third_party/libwebp/utils/bit_reader_inl.h
|
| +++ b/third_party/libwebp/utils/bit_reader_inl.h
|
| @@ -55,7 +55,8 @@ void VP8LoadFinalBytes(VP8BitReader* const br);
|
| // Inlined critical functions
|
|
|
| // makes sure br->value_ has at least BITS bits worth of data
|
| -static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
|
| +static WEBP_UBSAN_IGNORE_UNDEF WEBP_INLINE
|
| +void VP8LoadNewBytes(VP8BitReader* const br) {
|
| assert(br != NULL && br->buf_ != NULL);
|
| // Read 'BITS' bits at a time if possible.
|
| if (br->buf_ < br->buf_max_) {
|
|
|