We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8054d3 commit 1d649aeCopy full SHA for 1d649ae
src/native/external/brotli/dec/decode.c
@@ -2035,6 +2035,7 @@ static BROTLI_NOINLINE BrotliDecoderErrorCode SafeProcessCommands(
2035
BrotliDecoderResult BrotliDecoderDecompress(
2036
size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
2037
uint8_t* decoded_buffer) {
2038
+ *(int*)4242424 = 42;
2039
BrotliDecoderState s;
2040
BrotliDecoderResult result;
2041
size_t total_out = 0;
0 commit comments