commit | 5320a64c2ffeffd5d40d73af5afce6d3e69b10fd | [log] [tgz] |
---|---|---|
author | Soumya Managoli <quic_c_smanag@quicinc.com> | Thu Jul 20 14:40:44 2023 +0530 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Jan 04 19:23:58 2024 +0000 |
tree | 2d5f09a6cd1b3a90b930fef7b9de98237cbc2e2b | |
parent | 876b393aca242d60dc2512141efc9a827bbf124e [diff] |
dsp: q6lsm: Address use after free for mmap handle The global declared mmap_handle can be left dangling for case when the handle is freed by the calling function. Fix is to address this. Also add a check to make sure the mmap_handle is accessed legally. Change-Id: I367f8a41339aa0025b545b125ee820220efedeee Signed-off-by: Soumya Managoli <quic_c_smanag@quicinc.com>