1228433430
This patch was to fix the vpxdec fuzzing3 test failure. When an error occurs, setjmp() is invoked, which calls the decoder removing routine. In multiple thread situation, other threads could try to access the frame context memory that is already deallocated, thus causing a segfault. An invalid unit test was added for this issue. Change-Id: Ida7442154f3d89759483f0f4fe0324041fffb952 |
||
---|---|---|
.. | ||
vp9_decodeframe.c | ||
vp9_decodeframe.h | ||
vp9_decodemv.c | ||
vp9_decodemv.h | ||
vp9_decoder.c | ||
vp9_decoder.h | ||
vp9_detokenize.c | ||
vp9_detokenize.h | ||
vp9_dsubexp.c | ||
vp9_dsubexp.h | ||
vp9_dthread.c | ||
vp9_dthread.h | ||
vp9_read_bit_buffer.c | ||
vp9_read_bit_buffer.h | ||
vp9_reader.c | ||
vp9_reader.h |