commit | bb7a6bfd7b6aeda6c4985df1f5c7738137c1c7c7 | [log] [tgz] |
---|---|---|
author | Himanshu Joshi <himajosh@codeaurora.org> | Thu Mar 18 13:01:06 2021 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Mar 22 23:06:33 2021 -0700 |
tree | f73e5a669699912cf4ccc09d8398cf6930635752 | |
parent | 297a1b7bd48051d0f29df226903fe8023e8728e5 [diff] |
[qca-nss-clients] Fix sa->aead and sa->ahash use after free issue. sa->aead and sa->ahash were freed but not set to null. This caused null pointer derenfece for few algos. This patch sets sa->aead and sa->ahash to null whenever its freed. Signed-off-by: Himanshu Joshi <himajosh@codeaurora.org> Change-Id: Ib3c59e8236f5989137857efbc583bc9ededdb58e