Skip to content
Success

#21293 (Mar 26, 2026, 9:42:48 PM)

Started 10 hr ago
Took 1 min 48 sec on build5-deb12build-ansible

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

This run spent:

  • 8.4 sec waiting;
  • 1 min 48 sec build duration;
  • 1 min 56 sec total from scheduled to completion.
Revision: 8eba64c8891cb55e9c48419e05afea263491458d
Repository: $GERRIT_REPO_URL
  • master
phy_link: phy_{link,instance}_name(): fix shared static buffer

Both functions were writing into the same static buffer, so any caller
holding a pointer returned by one and then invoking the other would
silently end up with a stale/overwritten string.  Move name_buf into
each function as a local static, so the two buffers are independent.

Change-Id: I79e9d7f5b1e5c275911cf88854211f1ce8a28669
Vadim Yanitskiy at