commit | 039c27aeaee809182fc1491311ca6dcbc1ec441b | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Wed Sep 23 15:17:29 2015 -0700 |
committer | Chad Brubaker <cbrubaker@google.com> | Thu Sep 24 10:50:54 2015 -0700 |
tree | 9b3159fa45f48e4893823a5018e6c364668aeb53 | |
parent | 6f5a43f495b7d633c21ca4eb74956b71658c0c5d [diff] |
Fix benign overflow in AudioTrack two uint32_t's were being used in a computation that could be negative, cast to int32_t before the subtraction to prevent incorrect overflow detection. Change-Id: I33c5ef79a0ebbba055daa0ea041b42229d0c3152