diff options
| author | 2016-11-15 01:31:22 +0000 | |
|---|---|---|
| committer | 2016-11-15 01:31:22 +0000 | |
| commit | c261a17e516fd2ac5b391c38031759faaef6feb3 (patch) | |
| tree | ca1dc294606bc0243cdfc02c234f7a4ee7b8a42b /libs/gui/BufferQueueConsumer.cpp | |
| parent | 1852db9aa3e558c0a601d6b15c45214b0c6deff1 (diff) | |
| parent | b17adaa85f8bd7112c0efb872ce461aaf70f73ef (diff) | |
Fix SF security vulnerability: 32660278 am: 2d8a2432e0 am: e5c91fe2e2 am: 9d14ab5409 am: 275b2347ef am: aff7827b4f am: c8684d517a am: 57dbf1c224
am: b17adaa85f
Change-Id: I4259f7bbfafe66f7690c1ecd80f8c81a398ae78f
Diffstat (limited to 'libs/gui/BufferQueueConsumer.cpp')
| -rw-r--r-- | libs/gui/BufferQueueConsumer.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueConsumer.cpp b/libs/gui/BufferQueueConsumer.cpp index ca2a374e16..73d2042983 100644 --- a/libs/gui/BufferQueueConsumer.cpp +++ b/libs/gui/BufferQueueConsumer.cpp @@ -715,6 +715,7 @@ status_t BufferQueueConsumer::setTransformHint(uint32_t hint) {  }  sp<NativeHandle> BufferQueueConsumer::getSidebandStream() const { +    Mutex::Autolock lock(mCore->mMutex);      return mCore->mSidebandStream;  }  |