diff options
| author | 2016-11-15 01:23:50 +0000 | |
|---|---|---|
| committer | 2016-11-15 01:23:50 +0000 | |
| commit | b17adaa85f8bd7112c0efb872ce461aaf70f73ef (patch) | |
| tree | d616aa4c26b979b5a52ab851afdfca224a40e8a4 /libs/gui/BufferQueueConsumer.cpp | |
| parent | b0dff427a1dd35598085a58d48ebf83260583cbf (diff) | |
| parent | 57dbf1c224be67afc296ef97b70b6a13647d4c83 (diff) | |
Fix SF security vulnerability: 32660278 am: 2d8a2432e0 am: e5c91fe2e2 am: 9d14ab5409 am: 275b2347ef am: aff7827b4f am: c8684d517a
am: 57dbf1c224
Change-Id: I5f91ea6e826a24d37bf8c7f7cbcc49a235532a14
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 525938e7f2..96f7829233 100644 --- a/libs/gui/BufferQueueConsumer.cpp +++ b/libs/gui/BufferQueueConsumer.cpp @@ -714,6 +714,7 @@ status_t BufferQueueConsumer::setTransformHint(uint32_t hint) {  }  sp<NativeHandle> BufferQueueConsumer::getSidebandStream() const { +    Mutex::Autolock lock(mCore->mMutex);      return mCore->mSidebandStream;  }  |