commit | d67c8e89d2589866f509640bfbac3799c1eca4f8 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Tue Dec 29 15:46:25 2020 -0500 |
committer | Steven Moreland <smoreland@google.com> | Thu Jun 03 23:15:03 2021 +0000 |
tree | ba4356daf1d618c0639bf056d6464a51bcd9912e | |
parent | 14e4cfae36aa878c6a9838299bc7b9aa42a16dfa [diff] |
libbinder: Add binder already sent checks These operations should only be done before the binder object is sent out to another process: - setRequestingSid - setMinSchedulerPolicy - setInheritRt - setExtension Add log and abort if these are attempted after the binder object has been sent already. Bug: 166282674 Test: binderParcelTest Change-Id: Id2c1d0dc783cad75754a06a3047cf6c7bf704c63