mirror of
https://github.com/ittiam-systems/libxaac.git
synced 2026-07-11 06:39:13 +07:00
No description
Sbr frame size is not getting updated in all the sbr decoder calling paths, because of which in one of the paths the number of samples are passed as 0 to sbr decode call. Inside the sbr decode call one of the buffer is accessed with (shifted value of this number of samples - offset), which is becoming negative in this cause. This negative offset is causing OOB read access. Bug:113263695 Test: poc from bug Change-Id: I8fb5391a6ba9dd4919f8b761de295d02dda685b4 |
||
|---|---|---|
| decoder | ||
| test | ||
| Android.bp | ||
| LICENSE | ||
| MODULE_LICENSE_APACHE2 | ||
| NOTICE | ||
| OWNERS | ||