commit | 926b82fa9e22739686602f7ae8cf24105f14d82e | [log] [tgz] |
---|---|---|
author | ilewis <inl@google.com> | Tue Mar 29 14:50:36 2016 -0700 |
committer | ilewis <inl@google.com> | Tue Mar 29 14:50:36 2016 -0700 |
tree | 5b7fc144bba164876e979067621f4ccf1351e0d1 | |
parent | 7f7052f5e45f8eb1df80a6978e0095d9e9c9eded [diff] |
Remove integer sanitization from ringbuffer pointer arithmetic The AudioTrackShared ringbuffer uses int32 positions and allows overflow. This confuses the integer sanitization code and makes it panic. The simplest solution for now seems to be to remove sanitization from the methods that touch the ringbuffer pointers. Bug 27680456 Change-Id: Ie4d7daf0fb1e4e223ee97c412af7b1bd9c6916eb