Skip to content
Success

Changes

Summary

  1. l1sap: l1sap_tch_rts_ind(): fix NULL ptr dereference (details)
  2. csd_v110: use osmo_csd_ra2_* API from libosmotrau (details)
Commit 4af496d44ca3e65f00940f473c4ede22dd21cb81 by Vadim Yanitskiy
l1sap: l1sap_tch_rts_ind(): fix NULL ptr dereference

The 'resp_msg' will be NULL if msgb_dequeue_count() returns NULL,
i.e. in the case of Downlink queue underrun.  We need to handle
this gracefully and check 'resp_msg' before dereferencing it.

Change-Id: I4e1ea1d1ded2ffb3a07cc06f8b9b5dd922d32ec6
Fixes: 0a34af153 ("CSD NT modes: transmit properly aligned RLP frames on DL")
The file was modifiedsrc/common/l1sap.c
Commit 64d9f142ab39303633d2b70d90b46efa8de968d3 by Vadim Yanitskiy
csd_v110: use osmo_csd_ra2_* API from libosmotrau

Change-Id: I0be44b15a812397377fe7772b988724dd205737c
Depends: libosmo-abis.git I7b98b958651b3fc1a814d119d1b8644c91f98676
Related: OS#6167
The file was modifiedsrc/common/csd_v110.c
The file was modifiedTODO-RELEASE