You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vorbis_psy: fix the half-octave bounds check in _vp_psy_init
Reported-by: Dutchman101 "<[email protected]>"
Original commit message from the equivalent vorbis patch:
> The existing code ensured that halfoc would not exceed P_BANDS-1,
> but the interpolation used index P_BANDS (albeit with a weight
> of 0) when this bound was actually hit.
> Add an extra clamp on the integer index to avoid this.
> Thanks to Paul Adenot for the report.
See the original vorbis patch here:
https://gitlab.xiph.org/xiph/vorbis/-/commit/315da9cc9d30484c802b2e2ea150df39e060e2b9.patch
Signed-off-by: Tristan Matthews <[email protected]>
0 commit comments