Skip to content

Commit

Permalink
temporarily work around AImageReader CFI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 7, 2020
1 parent a452e28 commit 10af999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/ndk/NdkImageReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ AImageReader::setBufferRemovedListener(AImageReader_BufferRemovedListener* liste
return setBufferRemovedListenerLocked(listener);
}

__attribute__((no_sanitize("cfi")))
void AImageReader::CallbackHandler::onMessageReceived(
const sp<AMessage> &msg) {
switch (msg->what()) {
Expand Down

0 comments on commit 10af999

Please sign in to comment.