Files
FFmpeg/libavcodec
Michael Niedermayer 054dffd133 avcodec/bsf/dts2pts: fix binary tree invariant violation on selective dec_poc
Modifying the keys of a sorted structure, be that a tree or other
can lead to changes in the ordering and undefined behavior.
It can also lead to collisions with existing keys.

All these cases need to be handled unless there is a bug elsewhere
that would prevent them.

Fixes: out of array access
Fixes: 504281984/clusterfuzz-testcase-minimized-ffmpeg_BSF_DTS2PTS_fuzzer-6032368162111488

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-05-31 13:41:57 +00:00
..
2026-05-22 09:33:52 +00:00
2026-05-03 16:56:43 +02:00
2026-05-31 20:04:02 +09:00
2026-05-19 17:43:53 +09:00
2026-05-03 18:23:03 +02:00
2026-05-03 18:23:10 +02:00
2026-05-03 18:22:24 +02:00
2026-05-03 18:22:18 +02:00
2026-05-03 18:22:13 +02:00
2026-05-19 17:43:53 +09:00