Skip to content

Commit 1d649ae

Browse files
committed
DO NOT MERGE: Testing a forced crash
1 parent f8054d3 commit 1d649ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/native/external/brotli/dec/decode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,7 @@ static BROTLI_NOINLINE BrotliDecoderErrorCode SafeProcessCommands(
20352035
BrotliDecoderResult BrotliDecoderDecompress(
20362036
size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
20372037
uint8_t* decoded_buffer) {
2038+
*(int*)4242424 = 42;
20382039
BrotliDecoderState s;
20392040
BrotliDecoderResult result;
20402041
size_t total_out = 0;

0 commit comments

Comments
 (0)