open5gs/lib/gtp
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
..
support Add explicit 3GPP paragraph name as comments at generation time (#1215) 2021-10-27 15:26:57 +09:00
build.c Add more memory log 2021-06-06 22:35:46 +09:00
build.h [#568] Add GTP-U Error Indication Handling 2020-10-20 20:00:02 -04:00
context.c changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
context.h [SMF] Fix potential null pointer dereference (#1324) 2022-01-18 11:23:40 +09:00
conv.c Add more memory log 2021-06-06 22:35:46 +09:00
conv.h 5GC UPF selection is added 2020-07-19 21:42:58 -04:00
meson.build [GTPv2] fix incorrect formatting PLMN-ID (#969) 2021-05-05 22:51:50 +09:00
message.c Improve GTP message (#1201) 2021-10-16 17:26:30 +09:00
message.h Minor fixes: instance extraction & python generator (#1212) 2021-10-24 08:37:11 +09:00
ogs-gtp.h [GTPv2] fix incorrect formatting PLMN-ID (#969) 2021-05-05 22:51:50 +09:00
path.c Add more memory log 2021-06-06 22:35:46 +09:00
path.h Fixes UE IPv6 BUG (#808) 2021-03-15 10:01:55 +09:00
types.c VoNR added but not tested! 2021-11-14 21:07:56 +09:00
types.h Improve GTP message (#1201) 2021-10-16 17:26:30 +09:00
util.c Bug Fixed for 5GC 2020-06-25 22:44:28 -04:00
util.h Bug Fixed for 5GC 2020-06-25 22:44:28 -04:00
xact.c [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
xact.h [SMF] Fix potential null pointer dereference (#1324) 2022-01-18 11:23:40 +09:00