Skip to content
Success

#22176 (Jun 17, 2026, 1:52:18 PM)

Started 2 days 8 hr ago
Took 55 sec on build5-deb12build-ansible

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

This run spent:

  • 41 sec waiting;
  • 55 sec build duration;
  • 1 min 36 sec total from scheduled to completion.
Revision: 3657ed527f59a09c4cbc79ce908c6cfc275121e1
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.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: I79344fe942342f2a736878142b3cf036fc982eef
Vadim Yanitskiy at