Skip to content
Failed

#27814 (Mar 26, 2026, 9:46:59 PM)

Started 13 hr ago
Took 11 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bts build number 1119
originally caused by:

This run spent:

  • 4 min 13 sec waiting;
  • 11 sec build duration;
  • 4 min 24 sec total from scheduled to completion.
Revision: cc0d276bfeb6e779ee272c5ce70276d0fdb67a63
Repository: $GERRIT_REPO_URL
  • master
osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers

Both trx_ctrl_rx_rsp_nomtxpower() and trx_ctrl_rx_rsp_setpower() were
calling sscanf() without checking its return value.  On a parse failure
the local variable remained uninitialized and was passed directly to the
callback, resulting in a garbage power level.

Change-Id: I3dc399cfae70c450d53d66bb99f3832f160fca39
Vadim Yanitskiy at