open5gs/src
Pau Espin b3ac5b35eb
[SMF] Fix potential null pointer dereference (#1324)
* [SMF] Fix potential null pointer dereference

Pointer "sess" was first dereferenced and later on checked for nullness.
This is clearly wrong. Rearrange the code path to make sure the check is
done first, then dereferenced.

* gitignore: Add subprojects/libtins

* cosmetic: Fix whitespace
2022-01-18 11:23:40 +09:00
..
amf Shall cipher in the NAS message container IE 2022-01-05 22:39:06 +09:00
ausf SBI updated 2021-07-16 17:02:33 +09:00
bsf CVE-2021-41794 from NCC Group by Mark Tedman 2021-10-01 22:41:03 +09:00
hss [MME] fix the crash with unknown S-NSSAI (#1287) 2021-12-17 21:42:26 +09:00
mme [IMPORTANT] changed network_access_mode: 0 (#1323) 2022-01-16 12:35:55 +09:00
nrf SBI updated 2021-07-16 17:02:33 +09:00
nssf SBI updated 2021-07-16 17:02:33 +09:00
pcf Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
pcrf [PCRF] fix the crash in flow->description (#1313) 2022-01-12 10:15:36 +09:00
sgwc print cellID in hex for consistency (#1292) 2021-12-17 11:37:36 +09:00
sgwu A crafted packet from UE can crash SGW-U/UPF 2021-12-22 20:55:48 +09:00
smf [SMF] Fix potential null pointer dereference (#1324) 2022-01-18 11:23:40 +09:00
udm Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
udr SBI updated 2021-07-16 17:02:33 +09:00
upf A crafted packet from UE can crash SGW-U/UPF 2021-12-22 20:55:48 +09:00
main.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
meson.build [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00