Skip to content

Commit 6918ebb

Browse files
release FAAD2 2.11.3
1 parent b25e712 commit 6918ebb

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2.11.3 (2026-08-19):
2+
[ Dario Binacchi ]
3+
* Fix ISO C warning in `libfaad/fixed.h`
4+
5+
[ Fabian Greffrath ]
6+
* Check for `mp4config.frame.nsclices == 0` in `frontend/mp4read.c` to fix
7+
Heap Buffer Overflow
8+
9+
[ Kevin Valerio ]
10+
* SBR: prevent heap overflow in channel-pair reconstruction
11+
12+
[ netliomax25-code ]
13+
* Fix off-by-one frame index check in `mp4read_seek`
14+
* Fix integer overflow in `stszin`/`stscin` allocation size checks
15+
* Bound `sscanf` field width in option parsing
16+
* Fix out-of-bounds `iq_table` read in `iquant` for -32768
17+
* Prevent `length_of_rvlc_sf` underflow in `rvlc_scale_factor_data`
18+
* Fix out-of-bounds `Xsbr` write in `hf_assembly` sinusoid addition
19+
* Fix out-of-bounds `X` underflow in SBR low-power QMF assembly
20+
* Fix `ssr_gc_function` signature mismatch in `ssr_gain_control`
21+
* Fix signed overflow in `estimate_current_envelope` energy sum
22+
* Cap escape length in `huffman_spectral_data_2`
23+
* Prevent `num_bits_left` underflow in `ps_data` extension parsing
24+
* Fix signed overflow in fixed-point sample rounding before saturation
25+
26+
[ Steve Lhomme ]
27+
* Add sanity checks on the width in `libfaad/specrec.c`
28+
* Check the last `swb_offset` value is valid in `libfaad/specrec.c`
29+
* Return early from `NeAACDecInit` when the object type can't be supported
30+
31+
[ Thomas Lange ]
32+
* Fix null pointer dereferences in intra channel and long term prediction
33+
34+
[ hexapod0815 ]
35+
* Increase the ASC buffer from 10 to 64 bytes in `frontend/mp4read.h`
36+
137
2.11.2 (2025-03-04):
238
[ Armin Novak ]
339
* Add option BUILD_FAAD_CLI

properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"//": "This file contains properties used in build / release process",
3-
"PACKAGE_VERSION": "2.11.2"
3+
"PACKAGE_VERSION": "2.11.3"
44
}

0 commit comments

Comments
 (0)