osmocom-bb/src/host/layer23/src/mobile
Harald Welte d4fb4fdea0 layer23: Replace all instances of strncpy() by osmo_strlcpy
This gives us working/safe zero termination without overflowing
the destination string size.

Change-Id: Ica6098ceba2bd01ce3b216085442cc5eed0ca507
2018-08-11 16:10:31 +02:00
..
Makefile.am mobile: Add initial support for scripting support 2017-12-03 12:58:53 +00:00
app_mobile.c mobile: Print an error message if the VTY cannot be initialized 2018-01-18 15:40:57 +01:00
gsm48_cc.c mobile: Instead of putting semantic in a comment, use an enum 2017-11-27 17:54:03 +08:00
gsm48_mm.c Move from libc random() to osmo_get_rand_id (2nd attempt) 2018-07-23 20:55:45 +01:00
gsm48_rr.c Move from libc random() to osmo_get_rand_id (2nd attempt) 2018-07-23 20:55:45 +01:00
gsm322.c layer23: Fix compiler warnings about string operation truncation 2018-08-11 12:59:30 +00:00
gsm411_sms.c layer23: Replace all instances of strncpy() by osmo_strlcpy 2018-08-11 16:10:31 +02:00
gsm480_ss.c layer23: Replace all instances of strncpy() by osmo_strlcpy 2018-08-11 16:10:31 +02:00
main.c mobile: use osmo_init_logging2 with proper talloc context 2018-07-17 05:14:56 +07:00
mncc_sock.c layer23: Use osmo_strlcpy() to avoid non-terminated strings 2018-08-11 12:59:30 +00:00
mnccms.c layer23: Replace all instances of strncpy() by osmo_strlcpy 2018-08-11 16:10:31 +02:00
primitives.c mobile: Fix memory leak when not using a LUA script 2018-02-23 08:43:21 +00:00
script_lua.c lua: Add API to enable passing credentials 2018-06-17 19:22:57 +01:00
script_nolua.c mobile: Add initial support for scripting support 2017-12-03 12:58:53 +00:00
settings.c layer23: Fix possible buffer overflow writing NUL beyond end of string 2018-08-11 14:09:14 +00:00
subscriber.c layer23: Replace all instances of strncpy() by osmo_strlcpy 2018-08-11 16:10:31 +02:00
support.c Support Early Classmark Sending 2017-01-15 20:46:27 +01:00
transaction.c host/mobile: use osmocom_ms as talloc context 2017-11-08 18:46:57 +07:00
voice.c layer23: Add mobile support for sending / receiving voice frame through MNCC 2011-07-28 21:30:51 +02:00
vty_interface.c layer23: Replace all instances of strncpy() by osmo_strlcpy 2018-08-11 16:10:31 +02:00