Files
ffmpeg/libavformat
Matt Wolenetz b68589b40a lafv/wavdec: Fail bext parsing on incomplete reads
avio_read can successfully return even when less than the requested
amount of input was read. wavdec's bext parsing mistakenly assumed a
successful avio_read always read the full amount that was requested.
The result could be dictionary tags populated with partially
uninitialized values.

This change also fixes a broken assertion in wav_parse_bext_string that
was off-by-one, though no known current usage of that method hits that
broken case.

Chromium bug: 987270

Signed-off-by: Matt Wolenetz <wolenetz@chromium.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 052d41377a)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-01-06 11:30:42 +01:00
..
2018-05-06 15:07:28 +08:00
2017-10-19 22:07:21 +02:00
2017-10-19 22:07:21 +02:00
2018-04-16 13:46:10 -03:00
2019-03-14 16:53:57 +01:00
2018-08-14 22:06:30 +05:30
2017-11-05 10:42:07 +01:00
2017-12-08 16:01:09 +01:00
2018-05-05 21:35:31 +02:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2018-02-11 20:03:33 +01:00
2018-03-07 22:26:53 +01:00
2018-10-13 15:40:08 +02:00
2019-06-27 17:50:47 +02:00
2019-06-29 20:32:14 +02:00
2019-06-27 17:50:47 +02:00
2020-01-06 11:30:42 +01:00