Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fuzzer's use of aacDecoder_DecodeFrame | Jean-Michel Trivi | 2020-10-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | The aacDecoder_DecodeFrame function takes a size in numbers of samples (INT_PCM), not a number of bytes. Using a number of bytes caused the FDK to believe the array was larger than it really was. Therefore on invalid frames, it would try to clear a size larger than was really available, causing an OOB crash. Bug: 161014225 Test: check clusterfuzz results for case 6217304556437504 Change-Id: I9278898a17c1c961c568e841c6037d0c14bcc8b4 | ||||
* | Improve code coverage for aac_dec_fuzzer | S Vasudev Prasad | 2020-06-19 | 1 | -5/+61 |
| | | | | | | | Test: ./aac_dec_fuzzer Bug: 158206619 Change-Id: I42d57ec832dbd273f66ce149ce81bfcb1c514add | ||||
* | Added aac_dec_fuzzer | Anuj Joshi | 2020-03-27 | 1 | -0/+84 |
Test: ./aac_dec_fuzzer Bug: 151595970 Change-Id: Iad37ae766288e9490520d858a6de0dd755e70681 |