aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_block.c
AgeCommit message (Collapse)Author
2019-02-22Fix for heap-buffer-overflow in ixheaacd_aac_showbits_32Ramesh Katuri
Better feedback from a bit reading routine, allowing separate offset adjustments into buffer. Bug:117610057 Test: vendor+poc Change-Id: I3031cc50a727987512e2b8979fe14cbe23778245
2018-09-18Fix for heap buffer overflow in huff code reorderRamesh Katuri
For this stream, input size is very high that causes huffman decoding to access beyond bit-buffer pointer end limit due to no OOB access check. As a fix,added this check in the bit read functionality. Bug:112611181 Bug:113508101 Test: poc before/after Change-Id: I4b7cc9624a388e8a20c7d4b11998dfed9c90d3f6
2018-06-07Formatting changespie-dr1-devpie-devRamesh Katuri
Formatting .c and .h files using clang-format Formatting .s files Bug: 80493357 Test: compare object sizes Change-Id: I38296083c9d2d566a6a2564db2e391e4b2bd43a9
2018-05-17Bring xHE-AAC into pi-dev branchRay Essick
bring the multi-commit integration from master to pi-dev libxaac multi-arch cleanup Change-Id: Ibcefa14f439e75f48a54955c9abf1a06c418e41e Change-Id: Ia7a9b1e4de0add847c136f6f545b81dc8087521d Change-Id: I12c3f8414dc9971017de223e88f292f8982a5c9b Fix dependency error in Android.bp Change-Id: Ic54f688736b3f2a70172676e4cee22aea4cbd705 Localized Android.bp Change-Id: I68c4fc24fca279104c8ce2129fd4a3ed8d116b9b Import xHE-AAC decoder from Ittiam Change-Id: I3c8d124033f967b29d6e384cce5c843ee17a7bb1 Bug: 77287124 Test: build, cts DecoderTest