am fe40e9e0: Merge "fix [3148312] Region can access data out of bounds" into gingerbread

* commit 'fe40e9e0ce7b5536be9f9ff0596714a0eb921b1e':
  fix [3148312] Region can access data out of bounds
This commit is contained in:
Mathias Agopian
2010-11-08 13:44:00 -08:00
committed by Android Git Automerger

View File

@@ -289,7 +289,7 @@ private:
void flushSpan() {
bool merge = false;
if (tail-head == ssize_t(span.size())) {
Rect const* p = cur;
Rect const* p = span.editArray();
Rect const* q = head;
if (p->top == q->bottom) {
merge = true;