osmo-msc/openbsc/src
Neels Hofmeyr 04db87a89f gprs subscr: fix: intended strcmp(), but is strcpy()
The code checked 'if (strcpy(..) != 0)' which is always true and thus always
copied twice -- luckily we want to copy anyway and so this is not an actual
functional failure.

We could correct to strcmp, but instead of iterating to compare, we might as
well copy right away.

Change-Id: I0ea035bd478f7022ed65e9e84d8aaf5e423309b7
2017-01-15 18:10:47 +00:00
..
gprs gprs subscr: fix: intended strcmp(), but is strcpy() 2017-01-15 18:10:47 +00:00
ipaccess build: remove obsolete $LIBCRYPT in two places 2016-12-21 10:26:15 +00:00
libbsc Cosmetic fixes around SI generation 2017-01-06 11:37:52 +00:00
libcommon oap_client: make use of OAP optional: disable for NULL config 2016-12-13 14:54:02 +00:00
libcommon-cs move to libcommon-cs: net timezone VTY config 2016-12-02 12:09:17 +00:00
libfilter Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
libiu use new OSMO_VALUE_STRING 2016-12-21 14:02:07 +00:00
libmgcp mgcp_protocol: Ensure we don't call strtok_r with NULL data 2016-12-09 15:35:31 +00:00
libmsc Pass actual smpp_avail_status through to smpp in alert_all_esme() 2016-12-24 17:12:34 +00:00
libtrau Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
osmo-bsc Fix some typos in stdout output 2016-12-20 17:39:55 +01:00
osmo-bsc_mgcp msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo-bsc_nat move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() 2016-11-24 16:58:31 +01:00
osmo-nitb fix 'osmo-nitb --version' segfault 2016-12-31 18:25:36 +01:00
utils move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
Makefile.am Add empty libcommon-cs 2016-11-24 16:58:30 +01:00