summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2015-10-16 21:22:14 -0700
committerSteve Kondik <steve@cyngn.com>2015-12-18 17:30:09 -0500
commitb82353b46bcac8239132cfd624c62aa84caab8be (patch)
treee364039ae08c02ab93ddf945c6546e709db3c7f1 /media/libmediaplayerservice
parentf36321997a15edce6ac88414c22efd07da9eb8dc (diff)
downloadframeworks_av-b82353b46bcac8239132cfd624c62aa84caab8be.zip
frameworks_av-b82353b46bcac8239132cfd624c62aa84caab8be.tar.gz
frameworks_av-b82353b46bcac8239132cfd624c62aa84caab8be.tar.bz2
Move overflow checks into SkipCutBuffer
Previously SkipCutBuffer would check its input parameters to ensure they were sane, however since bogus values might be the result of overflows, and overflow protection was recently turned on for libstagefright, the compiler's overflow checks were performed before SkipCutBuffer's, resulting in abort rather than just ignoring the bogus values. Moving the multiplication by framesize into SkipCutBuffer fixes this. Change-Id: I1ad6744bb045a5212701bbf6ee44eecb5f318210
Diffstat (limited to 'media/libmediaplayerservice')
0 files changed, 0 insertions, 0 deletions