mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
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.