osmo-msc/openbsc/src/libmsc
Neels Hofmeyr 59504dc80f fix strncpy() invocation in vty_interface_layer3.c and 3 tests
Use osmo_strlcpy() to fix unsafe invocation of strncpy(), which potentially
left the result unterminated.

Change-Id: I1a119b1760a3e3262538b4b012d476fdce505482
2017-01-23 11:59:01 +00:00
..
Makefile.am sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter 2016-12-02 12:09:15 +00:00
auth.c Print subcriber when skipping auth 2017-01-23 11:56:44 +00:00
ctrl_commands.c Make random MSISDN assignment optional 2016-07-09 19:52:54 +00:00
db.c libmsc/db: avoid subscr->name without terminating NULL char 2016-11-26 16:08:38 +00:00
gsm_04_08.c split subscr_con_allocate()/_free() in bsc_ and msc_ 2016-12-02 12:09:17 +00:00
gsm_04_11.c sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter 2016-12-02 12:09:15 +00:00
gsm_04_80.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
gsm_subscriber.c reinvent connection_for_subscr() and move to libmsc 2016-12-02 12:09:17 +00:00
meas_feed.c msc: Add channel information to the meas_feed, bump version to v1. 2015-09-14 10:08:41 +02:00
meas_feed.h Initial support for export + curses-visualization of measurements 2015-01-01 13:03:03 +01:00
mncc.c mncc.c: Convert mncc_names[] to 'struct value_string' 2015-12-12 21:43:16 +01:00
mncc_builtin.c mncc_builtin: Properly reject DTMF 2016-11-02 09:20:54 +00:00
mncc_sock.c mncc_sock: use osmo_sock_unix_init() from libosmocore 2016-07-23 19:21:17 +00:00
osmo_msc.c split subscr_con_allocate()/_free() in bsc_ and msc_ 2016-12-02 12:09:17 +00:00
rrlp.c mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection 2016-09-26 02:25:46 +02:00
silent_call.c 04.08: apply new bitmask functions, fix bitmask use 2016-03-15 14:15:00 +01:00
smpp_openbsc.c Pass actual smpp_avail_status through to smpp in alert_all_esme() 2016-12-24 17:12:34 +00:00
smpp_smsc.c Fix some typos in stdout output 2016-12-20 17:39:55 +01:00
smpp_smsc.h smpp: refactor initialization, add bind address 2016-02-25 12:18:04 +01:00
smpp_utils.c smpp: Move the coding/mode detection into a utils file 2013-07-27 20:03:10 +02:00
smpp_vty.c Fix some typos in stdout output 2016-12-20 17:39:55 +01:00
sms_queue.c debug log for sms: fix/add 2016-09-18 23:40:06 +02:00
token_auth.c msc: Add and use gsm_subscriber_group 2014-12-05 14:59:02 +01:00
transaction.c mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection 2016-09-26 02:25:46 +02:00
ussd.c ussd: Add band-aid for interrogationSS 2016-11-18 19:04:37 +00:00
vty_interface_layer3.c fix strncpy() invocation in vty_interface_layer3.c and 3 tests 2017-01-23 11:59:01 +00:00