Skip to content

Commit

Permalink
DO NOT MERGE: Testing a forced crash
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop committed Feb 16, 2024
1 parent f8054d3 commit 1d649ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/external/brotli/dec/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,7 @@ static BROTLI_NOINLINE BrotliDecoderErrorCode SafeProcessCommands(
BrotliDecoderResult BrotliDecoderDecompress(
size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
uint8_t* decoded_buffer) {
*(int*)4242424 = 42;
BrotliDecoderState s;
BrotliDecoderResult result;
size_t total_out = 0;
Expand Down

0 comments on commit 1d649ae

Please sign in to comment.