Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f63f20 authored by Onkar Shinde's avatar Onkar Shinde
Browse files

metadataretriever_fuzzer: Bug Fix

'libmediaplayerservice' is added twice in Android.bp, which leads to
 calling 'pthread_mutex_destroy()' twice for static mutex 'sInstanceLock' eventually leading to abort.

Test: ./metadataretriever_fuzzer
Bug: 338701021

Change-Id: I05b0c7d83c93dffac43cbc6e53e748429e4bef90
parent e7e84f95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ cc_fuzz {
        "libplayerservice_datasource",
    ],
    shared_libs: [
        "libmediaplayerservice",
        "libdatasource",
        "libdrmframework",
        "libstagefright_httplive",