Osmocom's Base Station Controller for 2G mobile networks https://osmocom.org/projects/osmobsc
Go to file
Harald Welte 7184bd088e subscr_name(): Handle case for subscr == NULL
subscr_name() was called from several places:
* either without a check for subscr being NULL, which for example
  was causing a segfault if we hand-over a channel before identifying the
  subscriber
* or with an explicit NULL check and the ternary operator (?).

We now simplify the code by checking for the NULL Subscriber in subscr_name()
itself.

Change-Id: Ide09f4a515222eb2ec6c25e7a6a8c5f6cc2ffd4b
Reviewed-on: https://gerrit.osmocom.org/92
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger@freyther.de>
2016-05-22 11:51:18 +00:00
contrib jenkins: Add the build script from jenkins here 2016-04-13 19:03:38 -04:00
debian rename ipaccess-find into abisip-find 2016-02-18 11:15:16 +01:00
openbsc subscr_name(): Handle case for subscr == NULL 2016-05-22 11:51:18 +00:00
.gitignore ignore debian build byproducts 2015-03-28 17:13:57 +01:00