@@ -2,6 +2,38 @@ Entries are sorted chronologically from oldest to youngest within each release,
2
2
releases are sorted from youngest to oldest.
3
3
4
4
version 4.3.2:
5
+ avcodec/hapdec: Change compressed_offset to unsigned 32bit
6
+ avformat/rmdec: Check codec_length without overflow
7
+ avformat/mov: Check element count in mov_metadata_hmmt()
8
+ avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()
9
+ avcodec/fits: Check gcount and pcount being non negative
10
+ avformat/nutdec: Check timebase count against main header length
11
+ avformat/electronicarts: Clear partial_packet on error
12
+ avformat/r3d: Check samples before computing duration
13
+ avcodec/pnm_parser: Check av_image_get_buffer_size() for failure
14
+ avformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE in set_spdif()
15
+ avformat/rmdec: Check remaining space in debug av_log() loop
16
+ avformat/flvdec: Treat high ts byte as unsigned
17
+ avformat/samidec: Sanity check pts
18
+ avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()
19
+ avformat/avidec: Use 64bit in get_duration()
20
+ avformat/mov: Check for duplicate st3d
21
+ avformat/mvdec: Check for EOF in read_index()
22
+ avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()
23
+ avformat/id3v2: Check the return from avio_get_str()
24
+ avcodec/hevc_sei: Check payload size in decode_nal_sei_message()
25
+ libavutil/eval: Remove CONFIG_TRAPV special handling
26
+ avformat/wtvdec: Check len in parse_chunks() to avoid overflow
27
+ avformat/asfdec_f: Add an additional check for the extradata size
28
+ avformat/3dostr: Check sample_rate
29
+ avformat/4xm: Make audio_frame_count 64bit
30
+ avformat/mov: Use av_mul_q() to avoid integer overflows
31
+ avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper
32
+ avformat/rmdec: Reorder operations to avoid overflow
33
+ avcodec/mxpegdec: fix SOF counting
34
+ avcodec/rscc: Check inflated_buf size whan it is used
35
+ avformat/mvdec: Sanity check SAMPLE_WIDTH
36
+ avcodec/nvenc: fix timestamp offset ticks logic
5
37
avformat/rmdec: Fix codecdata_length overflow check
6
38
avcodec/simple_idct: Fix undefined integer overflow in idct4row()
7
39
avformat/wavdec: Check block_align vs. channels before combining them
0 commit comments