Modified version of libxaac based on https://github.com/ittiam-systems/libxaac, starting from commit 1f798f1cc5b784fcc5af8777e0c7c2e7da5620db
Number of elements allowed in usac profile are 16. Erroneous input stream in this use case has 63336 elements.We have an error check for this max number of elements while parsing the decoder configuration.This returned error code was not handled properly. Maximum 16 config elements can be used while codec creation,because of number of elements values is coming as 63336, during creation time OOB read is happening. Bug:112766520 Bug:112857468 Bug:112913145 Bug:112918261 Test: re-ran poc Change-Id: If9413546371f72a6896f5c7e7d22a314e484cf76 |
||
|---|---|---|
| decoder | ||
| test | ||
| Android.bp | ||
| LICENSE | ||
| MODULE_LICENSE_APACHE2 | ||
| NOTICE | ||
| OWNERS | ||