commit | 9af8cfa60f7c0d51e667d62465b6f9eb7d425e1d | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Fri May 25 19:46:34 2012 +0300 |
committer | Martin Storsjo <martin@martin.st> | Fri May 25 19:49:59 2012 +0300 |
tree | f4f7dac69958193fc072250603b0481e18221527 | |
parent | d9bde6024e87f050c8e29d3b269173340467053a [diff] |
stagefright aacenc: Fix reading out of bounds in pow2_xy This fixes cases where x was a large number, causing fPart to exceed the 32 bit signed integer range (while fitting in an unsigned 32 bit integer), making the table index a negative number. Change-Id: I674047db65f89148a93d218c138b42cd8305f80e