commit | 7c123375ffee76d6e15b611e8146c13bb67a8c9f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Mar 16 23:18:07 2011 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:56 2013 -0700 |
tree | 8b70df216e26a2ebce3c8edabb1f378591d5bf7c | |
parent | 349626eb76ed2618e9a57e63d7acb4b28a85dae4 [diff] |
fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out a memory corruption happned when the buffer pool was resized (like when playing a video or using camera) and there was no current active buffer. In this case, the faulty code would index into an array at position -1 which corrupted 24 bytes of data. also improved region validation code (ifdef'ed out by default) Bug: 4093196 Change-Id: I915c581d131148959d720e00e3892e9186ab733d