commit | 094917deb747d957a645b0d20ccb00b18006033d | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Sep 16 11:25:35 2022 -0700 |
committer | Florian Mayer <fmayer@google.com> | Fri Sep 16 12:01:40 2022 -0700 |
tree | f85af8cc07955d9743efcb09dc8aa095ba63ec3e | |
parent | 61c82abe24ae265e41b1176077696814dceef137 [diff] |
Do not use GetBoolProperty in signal handler This uses an std::string, which causes a heap allocation, which is not async-safe. Test: atest --no-bazel-mode permissive_mte_test Change-Id: I4bd53d42d9a6a659abe62a964f14c81d9ec059d0