libosmocore/src/gb
Neels Hofmeyr 8fef761d14 fix strncpy bug in gprs_ns2_fr_bind()
This use of strncpy() fails to account for the terminating nul
character. Use OSMO_STRLCPY_ARRAY() instead.

(Interestingly my compiler doesn't complain about this one, though it
failed on another similar use of strncpy().)

Change-Id: Id53e940c7a39ab154966548f4173a179c5bc9151
2020-12-18 11:12:16 +00:00
..
Makefile.am gb: Add beginnings of a new BSSGP implementation 2020-12-09 22:56:01 +01:00
bssgp_bvc_fsm.c bssgp_bvc_fsm: Add basic BVC flow control rx/tx support 2020-12-09 22:57:53 +01:00
common_vty.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
common_vty.h logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
frame_relay.c frame_relay: Fix null pointer dereference in DLC/PVC delete 2020-11-30 13:29:33 +00:00
gb_internal.h NS: Add support for GPRS NS IP Sub-Network-Service (SNS) 2019-02-26 12:18:30 +01:00
gprs_bssgp.c gprs_bssgp: add IE parser/generator for RIM Routing Information 2020-12-16 21:58:04 +01:00
gprs_bssgp2.c bssgp_bvc_fsm: Add basic BVC flow control rx/tx support 2020-12-09 22:57:53 +01:00
gprs_bssgp_bss.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
gprs_bssgp_internal.h Gb/BSSGP: replace hardcoded Tx into NS library by a callback 2020-08-04 10:33:09 +00:00
gprs_bssgp_util.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
gprs_bssgp_vty.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
gprs_ns.c gprs_ns: fix typo in comment 2020-07-28 11:44:55 +02:00
gprs_ns2.c gprs_ns2: on ns2_create_vc parse the tlv before using it 2020-12-15 11:56:29 +00:00
gprs_ns2_fr.c fix strncpy bug in gprs_ns2_fr_bind() 2020-12-18 11:12:16 +00:00
gprs_ns2_frgre.c gprs_ns2: add member name to bind 2020-12-15 11:46:45 +00:00
gprs_ns2_internal.h Fix VTY syntax for newly-introduced NS2 timers 2020-12-16 12:04:44 +01:00
gprs_ns2_message.c gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENT 2020-12-04 18:20:15 +00:00
gprs_ns2_sns.c gprs_ns2_sns: introduce SNS Size/Config retries 2020-12-15 11:46:45 +00:00
gprs_ns2_udp.c gprs_ns2_sns: rework IP-SNS initial remote 2020-12-15 11:46:45 +00:00
gprs_ns2_vc_fsm.c ns2: Accept NS-UNBLOCK-ACK in UNBLOCKED state 2020-12-08 12:27:38 +00:00
gprs_ns2_vty.c gprs_ns2_vty: udp: fixup dialect changes 2020-12-16 21:34:03 +01:00
gprs_ns_frgre.c select: Rename BSC_FD_* constants to OSMO_FD_* 2019-03-21 16:02:01 +00:00
gprs_ns_sns.c gb/gprs_ns_sns.c: fix incorrect sizeof() calculation 2019-04-12 22:16:18 +07:00
gprs_ns_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
libosmogb.map gprs_bssgp: add IE parser/generator for RIM Routing Information 2020-12-16 21:58:04 +01:00