ffmpeg | branch: release/2.6 | Andreas Cadhalpun
| Thu Apr 16 21:25:26 2015 +0200|
[9c826d8d51d0ebe095281ec02cc0c47b28d470f9] | committer: Andreas Cadhalpun
ac3: validate end in ff_ac3_bit_alloc_calc_mask
This fixes an invalid read if end is 0:
band_end = ff_ac3_bin_to_band_tab[end-1] +
ffmpeg | branch: release/2.4 | Andreas Cadhalpun
| Thu Apr 16 21:25:26 2015 +0200|
[6b1c8797f4640ac3ce7b10118d8eab74612171a2] | committer: Michael Niedermayer
ac3: validate end in ff_ac3_bit_alloc_calc_mask
This fixes an invalid read if end is 0:
band_end = ff_ac3_bin_to_band_tab[end-1]
ffmpeg | branch: release/2.5 | Andreas Cadhalpun
| Thu Apr 16 21:25:26 2015 +0200|
[b420354a8b6611d7a5af1f7acd04a5055ded0bb7] | committer: Michael Niedermayer
ac3: validate end in ff_ac3_bit_alloc_calc_mask
This fixes an invalid read if end is 0:
band_end = ff_ac3_bin_to_band_tab[end-1]
ffmpeg | branch: release/2.2 | Andreas Cadhalpun
| Thu Apr 16 21:25:26 2015 +0200|
[a2908d49d1e1373264d4605cbc2e62a3ab53710b] | committer: Michael Niedermayer
ac3: validate end in ff_ac3_bit_alloc_calc_mask
This fixes an invalid read if end is 0:
band_end = ff_ac3_bin_to_band_tab[end-1]
ffmpeg | branch: master | Andreas Cadhalpun
| Thu Apr 16 21:25:26 2015 +0200| [bc4fee7f2a51635fa3c0f61d1e5164da1efeded3] |
committer: Michael Niedermayer
ac3: validate end in ff_ac3_bit_alloc_calc_mask
This fixes an invalid read if end is 0:
band_end = ff_ac3_bin_to_band_tab[end-1] + 1;