Skip to content
Success

#27809 (Mar 26, 2026, 9:44:52 PM)

Started 6 hr 46 min ago
Took 3.7 sec on build4-deb12build-ansible

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

This run spent:

  • 2 min 7 sec waiting;
  • 3.7 sec build duration;
  • 2 min 10 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