commit | 992c86cfa9b615e8e62426a5014a0b10501a37b0 | [log] [tgz] |
---|---|---|
author | Keith Mok <[email protected]> | Fri May 27 17:54:16 2022 +0000 |
committer | Vova Sharaienko <[email protected]> | Tue Nov 22 17:06:35 2022 +0000 |
tree | 235cc23b6c69f9d34b7dd020070e8d3b444b91ea | |
parent | 821f64f708a75078dd689f582b9341b9c477b9e6 [diff] |
statsd: Fix unsafe signal api usage pthread mutex are not signal-safety api calls. Use self-pipe and a thread to monitor SIGTERM to quit gracefully instead. Ignore-AOSP-First: backported fix for vulnerabilities Bug: 234152730 Bug: 256591441 Test: build and reboot Change-Id: I4d7ddeb7b4cc10d5c6523f3f93780b862dd6bb78 Merged-In: I4d7ddeb7b4cc10d5c6523f3f93780b862dd6bb78