osmo-msc/src
Philipp Maier ec5901c8f2 gsm_04_08: Fix nullpointer deref
The pointers conn, conn->vsub and conn->vsub->last_tuple are checked,
but before the check those pointers are already dereferenced during
assignment. This defeats the purpose of the check. Lets dereference
those pointers after the check.

Fixes: CID#190404
Change-Id: Ice4992606f3799eac13154ec0b9f53e46d2e178e
2019-01-12 10:26:00 +00:00
..
libmsc gsm_04_08: Fix nullpointer deref 2019-01-12 10:26:00 +00:00
libvlr refactor log ctx for vlr_subscr and ran_conn 2019-01-12 09:51:22 +00:00
osmo-msc use vty->type instead of local variable 2018-12-21 12:38:47 +00:00
utils remove redundant unconditional PKG_CHECK_MODULES for libsmpp 2018-05-18 14:09:33 +02:00
Makefile.am Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00