Skip to content
Success

#22174 (Jun 17, 2026, 1:52:14 PM)

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

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

This run spent:

  • 38 sec waiting;
  • 36 sec build duration;
  • 1 min 14 sec total from scheduled to completion.
Revision: 78907797ee46cf1b7a9553a98738e4996e0e9e5a
Repository: $GERRIT_REPO_URL
  • master
server: do not abort process on short conn message

conn_read_cb() used OSMO_ASSERT() to check that the received
message holds at least a full osmo_pcap_data header.  Although
conn_segmentation_cb2() should only ever hand up complete frames,
asserting on a length derived from network input means a framing
anomaly would abort the entire server (taking down all other clients'
captures).  Close the offending connection gracefully instead,
consistent with the other error paths in this function.

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