commit | dbb1c2a6472a1fd57b5a9c7283f34a6214174682 | [log] [tgz] |
---|---|---|
author | Hardik Arya <harya@codeaurora.org> | Fri Nov 10 16:29:16 2017 +0530 |
committer | Hardik Arya <harya@codeaurora.org> | Thu Jan 25 10:22:08 2018 +0530 |
tree | b322bb4831bd34cc1d299d80ce1266c827c8b337 | |
parent | 674e9f4db224a1cd8aabbc4d730706b98658795b [diff] |
diag: Fix possible use-after-free issue for mdlog session info Currently there is a possibility of accessing freed mdlog session info and it's attributes after closing the session. The patch adds protection while accessing mdlog session info for preventing use-after-free issue. CRs-Fixed: 2133028 Change-Id: Iba603bc2d75f84a604df2627e8fcb2a18acf4637 Signed-off-by: Hardik Arya <harya@codeaurora.org>