summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawin Vongmasa <pawin@google.com>2018-05-08 06:40:24 -0700
committermspector <mspector@google.com>2018-07-19 01:21:50 -0700
commitae0bc4ba6369ae0a5073a01aed7b9e48cba45594 (patch)
tree13dea522a40d4ee947def21b33c258f6aba01b55
parent95e6c4663c640c67a69e1d2b44696753282136f8 (diff)
downloadneven-security-oc-release.tar.gz
Bug: 78290481 Change-Id: Ifab456f40b5e8f14f2728ad67d1b3e2eeae0b947 (cherry picked from commit fb710d3c6af6fd139e30d39eb852ba6bcfcec911)
-rw-r--r--Embedded/common/src/b_BitFeatureEm/Scanner.c2
1 files changed, 1 insertions, 1 deletions
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 @@ void bbf_Scanner_addOutPos( struct bbs_Context* cpA,
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;