commit | c4f7d87fa4e288cbb6ae25c5551e55c17fa8aa1e | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed Nov 20 20:29:32 2024 -0800 |
committer | Andy Hung <hunga@google.com> | Fri Dec 06 20:31:17 2024 -0800 |
tree | e66b8b395424f5064784ca82c8d036246e205865 | |
parent | d0d2e85fec1038f664d51b61c05554abdcbe3ae0 [diff] |
AudioSystem: Ensure no nullptr access Brute force nullptr check for safety. A warning is issued if nullptr is found, but it should not occur. Flag: EXEMPT bugfix Test: for run in {1..100}; do (sleep 8; echo $run; adb shell pkill audioserver); done Bug: 379427790 Change-Id: I3ba7a89ecfaf35b658de9477e3f27dc3a59352b2