commit | 5a77e63f4a5212249e966a2e3ad203ae89136097 | [log] [tgz] |
---|---|---|
author | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Fri Jul 09 10:09:27 2021 +0530 |
committer | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Fri Jul 09 10:09:27 2021 +0530 |
tree | c69512549bdb949c553dce83b491db4097140b6d | |
parent | 086eb84efe2903f4dc65f6e71612eea0a795f89c [diff] |
Fix Stack-use-after-scope error in mediametrics_service_fuzzer.cpp In C2Fuzzer, the lambda variable 'value' was declared on stack and accessed after the function went out of scope leading to Stack-use-after-scope error. It is now been declared as a member of the fuzzer object. Bug: 192502871 Test: Tested with ASAN: Stack-use-after-scope error without the fix and no errors reported with fix Change-Id: I9a23bd6c801092ae64101313f5dc96225fd64f2c