commit | 3729a32c735cea5ee08295371e62c512b6676f73 | [log] [tgz] |
---|---|---|
author | Lakshman Annadorai <lakshmana@google.com> | Tue Nov 10 12:31:46 2020 -0800 |
committer | Lakshman Annadorai <lakshmana@google.com> | Wed Nov 18 14:01:15 2020 -0800 |
tree | c8f4022b144eec518373456a1c501a9565e00dbc | |
parent | e405462945de3483b06bd4066b53223f8e421261 [diff] |
Check for null clients in binder mediator. Reject requests with null clients. This adds an additional layer of protection. Test: Unit tests pass. Bug: 167240592 Change-Id: I3e2647a3aee1d791fd9e4172492b1740eb6b9a5d
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.