[SBI] Crash occurs when ENUM in the MAP (#2103)

This commit is contained in:
Sukchan Lee 2023-03-01 17:50:25 +09:00
parent ce668c556c
commit 969c116e77
1097 changed files with 266728 additions and 42047 deletions

View file

@ -26,7 +26,7 @@ typedef struct OpenAPI_pcc_rule_s OpenAPI_pcc_rule_t;
typedef struct OpenAPI_pcc_rule_s {
OpenAPI_list_t *flow_infos;
char *app_id;
char app_descriptor;
char *app_descriptor;
bool is_cont_ver;
int cont_ver;
char *pcc_rule_id;
@ -57,7 +57,7 @@ typedef struct OpenAPI_pcc_rule_s {
OpenAPI_pcc_rule_t *OpenAPI_pcc_rule_create(
OpenAPI_list_t *flow_infos,
char *app_id,
char app_descriptor,
char *app_descriptor,
bool is_cont_ver,
int cont_ver,
char *pcc_rule_id,