From: wansu.yoo Date: Thu, 21 Oct 2021 02:38:35 +0000 (+0900) Subject: Fix double free corruption form ASN_STRUCT_FREE X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d5c4439d0f5e2d06f0316f24fee331760c865df1;hp=d5c4439d0f5e2d06f0316f24fee331760c865df1;p=sim%2Fe2-interface.git 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 Change-Id: I625bb5918e07193196290b65ec2d64393618a03d ---