diff options
author | 2022-08-19 03:45:27 +0000 | |
---|---|---|
committer | 2022-08-19 03:50:02 +0000 | |
commit | ce6980732ddd0e7b184752b70a568d4f9a89a415 (patch) | |
tree | b675465591ec60f0affd1ea693644e6c03f2eea2 /libs/input/KeyLayoutMap.cpp | |
parent | fc20cdf533b63de60923712b57c535f540c754b4 (diff) |
Fix sensor_fuzzer crash
The fuzzer itself use std::string("xxx").c_str()
which std:string will be out of scope immediately
Causing the c_str pointing to data already free
Test: sensor_fuzzer
Bug: 242089424
Change-Id: I42865b12b8a208ffa48a7c3cc7cadd505e47c1c0
Diffstat (limited to 'libs/input/KeyLayoutMap.cpp')
0 files changed, 0 insertions, 0 deletions