[PFCP] fixed memcpy (#1531)

dnn ‘memcpy’ reading 808 bytes from a region of size 128
This commit is contained in:
Sukchan Lee 2022-05-13 18:26:54 +09:00
parent e2159b1240
commit 71572ae563
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ typedef struct ogs_pfcp_node_s {
uint16_t tac[OGS_MAX_NUM_OF_TAI];
uint8_t num_of_tac;
const char* dnn[OGS_MAX_DNN_LEN+1];
const char* dnn[OGS_MAX_NUM_OF_DNN];
uint8_t num_of_dnn;
uint32_t e_cell_id[OGS_MAX_NUM_OF_CELL_ID];
uint8_t num_of_e_cell_id;