Skip to content
Success

#22232 (Jun 20, 2026, 8:53:58 PM)

Started 11 hr ago
Took 1 min 30 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-pcap build number 250
originally caused by:

This run spent:

  • 2 min 27 sec waiting;
  • 1 min 30 sec build duration;
  • 3 min 57 sec total from scheduled to completion.
Revision: 33a9e1da793b587ddfa4f1808f785fd3ba1aa04e
Repository: $GERRIT_REPO_URL
  • master
server: fix msgb leak on duplicate link header

rx_link_hdr() takes ownership of msg on success (rx_link() only frees
it on failure).  Both branches that call update_conn_file_hdr_msg()
free msg, but when an identical link header was already stored neither
branch ran and msg was leaked.

This happens on every duplicate PKT_LINK_HDR, e.g. a client that
periodically resends its header.  Free msg explicitly in that case.

Change-Id: I79344fe942342f2a736878142b3cf036fc982eef
AI-Assisted: yes (Claude)
Vadim Yanitskiy at