Files
open5gs/lib
Sukchan Lee e3dd98cd29 [PFCP] Prevent buffer overflow in PFCP context by using safe string copy (#3775)
Replace unsafe strcpy calls with ogs_cpystrn in both ogs_pfcp_dev_add()
and ogs_pfcp_subnet_add() to ensure proper length checking.

This change prevents potential buffer overflows when handling ifname
and dnn fields, which could otherwise lead to unintended overwrites
(e.g., fd and num_of_range).
2025-03-12 17:50:17 +09:00
..
2025-01-11 20:24:30 +09:00
2025-03-07 10:23:01 +09:00
2025-02-13 20:20:34 +09:00
2025-01-11 20:24:30 +09:00