osmo-msc/openbsc/src/gprs
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
..
.gitignore update gitignore 2011-01-14 14:38:42 +01:00
Makefile.am move grps_gsup_client.c to libcommon/gsup_client.c 2016-12-13 14:54:02 +00:00
crc24.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy.c gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info 2016-11-15 22:32:02 +00:00
gb_proxy_main.c msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx 2016-10-13 13:14:41 +00:00
gb_proxy_patch.c move gsm_04_08_gprs.h to libosmocore 2016-04-29 13:10:37 +02:00
gb_proxy_peer.c move gsm_04_08_gprs.h to libosmocore 2016-04-29 13:10:37 +02:00
gb_proxy_tlli.c gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info 2016-11-15 22:32:02 +00:00
gb_proxy_vty.c gbproxy: Add quirk commands to allow upgrade from pre-release 2015-09-24 10:28:43 +02:00
gprs_gb_parse.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_gmm.c Log expected SRES on GPRS AUTH REJECT 2017-01-13 19:32:22 +01:00
gprs_llc.c cosmetic: Rename phone to ms 2016-12-23 11:19:15 +01:00
gprs_llc_parse.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_llc_vty.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_llc_xid.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_sgsn.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_sndcp.c sndcp: Allow empty SNDCP-XID indications 2016-12-23 11:19:15 +01:00
gprs_sndcp_comp.c SNDCP: Fixup based on Coverity Scan suggestion 2016-11-15 22:32:20 +00:00
gprs_sndcp_dcomp.c sndcp: fixup for coverity scan defect CID 149097 2016-11-27 18:27:57 +00:00
gprs_sndcp_pcomp.c sndcp: fixup for coverity scan defect CID 149097 2016-11-27 18:27:57 +00:00
gprs_sndcp_vty.c Moving grs_sndcp.h header file to include 2016-08-27 04:45:55 +00:00
gprs_sndcp_xid.c sndcp: Allow empty SNDCP-XID indications 2016-12-23 11:19:15 +01:00
gprs_subscriber.c gprs subscr: fix: intended strcmp(), but is strcpy() 2017-01-15 18:10:47 +00:00
gprs_utils.c move osmo_shift_* / osmo_match_shift_* to libosmogsm 2016-04-29 13:10:37 +02:00
gtphub.c gtphub: fix possible NULL deref: don't print NULL tunnel 2016-12-18 16:58:41 +00:00
gtphub_ares.c use new libosmocore gsm_23_003.h for IMEI/IMSI length 2016-04-29 13:10:37 +02:00
gtphub_main.c msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
gtphub_sock.c gtphub: log: limit length of hex dumps. 2015-12-08 12:21:15 +01:00
gtphub_vty.c gtphub VTY: add newlines to some VTY docs' final lines 2015-12-14 16:11:47 +01:00
osmo_sgsn.cfg [GPRS] SGSN: specify the local bind address in the config file 2010-06-02 23:18:40 +02:00
sgsn_ares.c sgsn: Check the return value of osmo_fd_register 2015-06-02 09:46:11 +02:00
sgsn_auth.c Add human-readable name of SGSN_AUTH_AUTHENTICATE 2016-05-05 18:31:37 +02:00
sgsn_cdr.c prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) 2016-06-01 12:09:36 +00:00
sgsn_ctrl.c enable ctrl bind config for various programs 2016-02-25 12:18:04 +01:00
sgsn_libgtp.c SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP 2016-11-09 15:42:39 +00:00
sgsn_main.c msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx 2016-10-13 13:14:41 +00:00
sgsn_vty.c rename gprs_gsup_client.h to gsup_client.h 2016-12-13 14:54:01 +00:00
slhc.c RFC1144: integration and unit-test 2016-09-24 03:17:58 +00:00
v42bis.c V.42bis: integration and unit test 2016-09-24 03:17:59 +00:00