mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Add defensive initialization and minimum-length validation in Service Request decoding. Changes: - zero-initialize `fgs_service_request_msg_t` at decode entry - return error when input length is shorter than the first mandatory octet - add guard before decoding 5GS mobile identity length field to prevent out-of-bounds access Signed-off-by: Guido Casati <guido.casati@openairinterface.org>