libosmo-gprs/src/llc
Vadim Yanitskiy be55e1fd83 llc: fix l3par check in gprs_llc_lle_generate_xid()
A NULL pointer dereference is possible if this function is called
with l3par being NULL, but l3par_len being greater than 0.

Change-Id: I80c18a45a248b85901d455bfb17e81734fa5961d
Fixes: CID#300602
2023-12-09 05:19:55 +07:00
..
Makefile.am {rlcmac,llc,sndcp}: AM_LDFLAGS shall not contain *_LIBS 2023-03-13 10:46:01 +00:00
crc24.c llc: import FCS (CRC24) calculation API from osmo-sgsn.git 2022-09-18 20:45:44 +07:00
llc.c llc: fix l3par check in gprs_llc_lle_generate_xid() 2023-12-09 05:19:55 +07:00
llc_bssgp.c llc: Initial support for GRR-UNITDATA.ind/req 2023-01-23 20:56:41 +01:00
llc_grr.c llc: Initial support for GRR-UNITDATA.ind/req 2023-01-23 20:56:41 +01:00
llc_ll.c llc: Fix potential null ptr dereference in LL-Xid.Ind 2023-07-31 10:42:24 +02:00
llc_llgmm.c llc,sndcp: Add missing hex prefix to log line printing TLLI 2023-07-31 18:24:10 +02:00
llc_pdu.c llc: Proper separation of public & private APIs, Introduce llc_prim API 2022-12-21 04:49:08 +07:00
llc_prim.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
llc_xid.c llc: Introduce function to log XID fields and use upon Rx/Tx 2023-07-26 20:22:56 +02:00
misc.c llc: rework logging, add LOGLLC macro 2022-12-21 04:49:08 +07:00