Chromium Code Reviews| Index: third_party/brotli/dec/state.h |
| diff --git a/third_party/brotli/dec/state.h b/third_party/brotli/dec/state.h |
| index 33603727a4888beadab785e149213b720378c415..d85239ea132e082364699c345e45a20f72332f7f 100644 |
| --- a/third_party/brotli/dec/state.h |
| +++ b/third_party/brotli/dec/state.h |
| @@ -193,7 +193,7 @@ struct BrotliStateStruct { |
| /* For InverseMoveToFrontTransform */ |
| uint32_t mtf_upper_bound; |
| - uint8_t mtf[256]; |
| + uint8_t mtf[256 + 4]; |
| /* For custom dictionaries */ |
| const uint8_t* custom_dict; |