]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: Shuffle avio_seek
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 7 May 2020 10:38:26 +0000 (12:38 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 17 May 2020 18:15:05 +0000 (20:15 +0200)
commitcd74af14162c803f18e90bb12b52135e893d990c
tree35e81295628a65153dd5aa8c4584926be3c760c7
parent5d9ce445ef24d915f41e384d4c5916cc568e4458
avformat/mpegts: Shuffle avio_seek

This avoids accessing an old, no longer valid buffer.
Fixes: out of array access
Fixes: crash_audio-2020
Found-by: le wu <shoulewoba@gmail.com>
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mpegts.c