commit | d5c4439d0f5e2d06f0316f24fee331760c865df1 | [log] [tgz] |
---|---|---|
author | wansu.yoo <wansu.yoo@samsung.com> | Thu Oct 21 11:38:35 2021 +0900 |
committer | wansu.yoo <wansu.yoo@samsung.com> | Thu Oct 21 11:38:35 2021 +0900 |
tree | 143c94fe6d27f84b58a7ca85fd959be1ec02bbe3 | |
parent | 40c9800d92beecb080aefbed0d609afea260e5ed [diff] |
Fix double free corruption form ASN_STRUCT_FREE - Symptom: Allocated heap memory is being used in duplicate on asn struct. So, when this heap memory is released from ASN_STRUCT_FREE, there occurred memory double free corruption. - Modify: Allocate memory to each member of structure. Signed-off-by: wansu.yoo <wansu.yoo@samsung.com> Change-Id: I625bb5918e07193196290b65ec2d64393618a03d