[MME] Fixed buffer overflow (#1728)

This commit is contained in:
Sukchan Lee 2022-09-02 23:39:59 +09:00
parent 1d17e68c56
commit fcb15b69f7
1 changed files with 1 additions and 1 deletions

View File

@ -1634,7 +1634,7 @@ static int mme_ogs_diam_s6a_idr_cb( struct msg **msg, struct avp *avp,
if (idr_message->idr_flags & OGS_DIAM_S6A_IDR_FLAGS_EPS_LOCATION_INFO) {
char buf[8];
uint8_t ida_ecgi[7];
uint8_t ida_ecgi[8];
uint8_t ida_tai[5];
ogs_time_t ida_age;