Files
open5gs/lib
Sukchan Lee 67ba7f92bb [SBI] guard against NULL http->content in parse_multipart (#3942)
In lib/sbi/message.c parse_multipart(), http->content may be NULL.
This occurs on empty-body multipart POSTs and causes a segfault.

Add guard to check http->content, log an error, and return OGS_ERROR.
2025-06-28 10:12:54 +09:00
..
2025-05-31 20:51:41 +09:00
2025-04-05 18:26:32 +09:00
2025-04-19 20:45:25 +09:00
2025-02-13 20:20:34 +09:00
2025-04-05 18:26:32 +09:00
2025-06-17 17:34:18 +09:00