osmo-bsc-nat/src/osmo-bsc-nat
Oliver Smith cce4b03bd3 bssap_conn: fix missing length check
Check length of msg_new before trying to encode a copy of the IE into
it. The code path for IE_AOIP_TRASP_ADDR is different since it gets
replaced. With the libosmocore patch in Depends below the
gsm0808_enc_aoip_trasp_addr function checks the length.

Depends: libosmocore I632986b99d841abff0f14c6da65f030175f5c4a1
Fixes: Coverity CID#273004
Change-Id: I1fc4c81e139bab3d7d977ef9467f62d8088884db
2022-08-05 14:08:47 +02:00
..
Makefile.am Add subscr_conn_fsm 2022-06-09 10:13:45 +02:00
bsc.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
bsc_nat.c bsc_nat_print_addr: handle NULL 2022-07-12 16:05:05 +02:00
bsc_nat_fsm.c bsc_nat_print_addr: handle NULL 2022-07-12 16:05:05 +02:00
bssap.c bssap: forward paging from MSC to all BSCs 2022-03-23 18:26:17 +01:00
bssap_conn.c bssap_conn: fix missing length check 2022-08-05 14:08:47 +02:00
logging.c treewide: tweak includes 2022-03-10 18:52:31 +01:00
main.c main: use osmo_fsm_set_dealloc_ctx(OTC_SELECT) 2022-04-11 11:03:47 +02:00
msc.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
msc_fsm.c bssap: name bssmap functions properly 2022-03-23 18:23:28 +01:00
subscr_conn.c Add subscr_conn_fsm 2022-06-09 10:13:45 +02:00
subscr_conn_fsm.c subscr_conn_fsm: refactor timeouts 2022-06-09 11:53:20 +02:00
vty.c Initialize MGW pool on start up 2022-04-08 18:37:24 +02:00