commit | 3fc03e085aad08ca5217034a51acb7e0412e9ba2 | [log] [tgz] |
---|---|---|
author | Arun Kumar Neelakantam <aneela@codeaurora.org> | Wed Sep 21 18:34:01 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Mar 29 14:11:21 2017 -0700 |
tree | eb3e3b6360e7d389515b9fbd31c486c3e6cc86b8 | |
parent | 1a15cda45e91d6e0b3630edc7a71898a1ea2e40c [diff] |
net: ipc_router: fix NULL pointer de-reference issue Fail cases of accept() system call on AF_MSM_IPC socket family causes NULL pointer de-reference of sock structure variable in release operation. Validate the sock structure pointer before using it in release operation. CRs-Fixed: 1068888 Change-Id: I5637e52be59ea9504ea6ae317394bef0c28c7865 Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org>