commit | a398511c5f7a5c8fa8be853473fd274a0891a07b | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Tue Aug 11 14:52:04 2015 -0700 |
committer | Chad Brubaker <cbrubaker@google.com> | Fri Aug 21 11:31:29 2015 -0700 |
tree | 6ff167696cda82f242967bb15e77ac200d5ee140 | |
parent | 679d5e6473dd37fcdc546e69d61eeecbc82a143a [diff] |
Enable unsigned-integer-overflow Turn on unsigned-integer-overflow for libstagefright.so. This is only for the top level Android.mk and doesn't turn on overflow checking in all the libaries and codecs included. This causes unsigned integer overflows to abort the process instead of potentially being security bugs. Bug: 23110888 Change-Id: I719ae48c4c3f940a9431d173621885bd344a8401 (cherry picked from commit 70794607c8f23e58a81b543945264a7e17275760)