DescriptionAvoid UAF on ConnectionFilter impls
An incoming service connection may outlive any ConnectionFilter
which added interfaces to it, so a ConnectionFilter impl must not
register any interface binders which hold unsafe references to
itself.
This fixes cases where that was being done.
BUG=639650
TBR=ben@chromium.org
Committed: https://crrev.com/c6d602efe29592458c78ca2204450dbb5126751f
Cr-Commit-Position: refs/heads/master@{#413462}
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|