commit | b4e5e337171803630b62c6a3590974ef0663eb46 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Mon Aug 13 13:01:05 2018 -0700 |
committer | Xin Li <[email protected]> | Mon Aug 13 13:01:05 2018 -0700 |
tree | 8b7f907f1d4556f9a75c1e612dc7b7335f37bb61 | |
parent | a199086bfafc4503b9a3f27557ca1c554d364366 [diff] | |
parent | 7bc69ab3a822fd73b097138450d07433041a7ec6 [diff] |
Merge stage-dr1-aosp-master into stage-aosp-master Bug: 112535855 Change-Id: Id6717d64df36b22799709cbca7a9e661efb48646
diff --git a/Embedded/common/src/b_BitFeatureEm/Scanner.c b/Embedded/common/src/b_BitFeatureEm/Scanner.c index 327e714..1a0ae2a 100644 --- a/Embedded/common/src/b_BitFeatureEm/Scanner.c +++ b/Embedded/common/src/b_BitFeatureEm/Scanner.c
@@ -1064,7 +1064,7 @@ uint32 scaleA, int32 actA ) { - if( ( ptrA->outCountE * 4 ) < ptrA->outArrE.sizeE ) + if( ( ptrA->outCountE * 4 + 3 ) < ptrA->outArrE.sizeE ) { ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA; ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA;