commit | 2dd40fa460ce7ebd081f3c70de405f064fbc0b31 | [log] [tgz] |
---|---|---|
author | Krzysztof Semko <krzysztof.semko@sony.com> | Wed Jan 31 09:49:59 2018 +0100 |
committer | Takahiro Aizawa <Takahiro.Aizawa@sony.com> | Tue Oct 16 09:11:43 2018 +0000 |
tree | 7e90c370c86715d5cb6178acdf520192d37d24a5 | |
parent | 225f99219cb5a950f49983cc31f7a8f2e9349fb6 [diff] |
OMXNodeInstance: Do not use already freed memory. There is a possibility that other process might try to access memory that was already freed by freeNode(). To fix this, first mHandle will be checked and only then access will be allowed. Test: forcibly kill app many times during omx is alive. Bug: 113141946 Change-Id: Ib979d3b89cc90ddd7d4805eb0e4f0603a5406c98