Skip to content
Success

#26461 (Jan 22, 2026, 3:28:02 PM)

Started 26 days ago
Took 3.5 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2226
originally caused by:

This run spent:

  • 7.6 sec waiting;
  • 3.5 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: 192f53cb4c64c6f192c47f8b7f8b192c5f83475c
Repository: $GERRIT_REPO_URL
  • master
osmo_io: Propagate segment_cb errors to the read_cb

Previous logic was to drop an entire msgb in the stream and pretend it
can continue working that way, which clearly makes no sense.
Instead, if segment_cb detects some problem (eg. buggy peer sending
corrupted data according to protocol), propagate the issue through
read_cb() so that the app can act on it, ie. most likely close the
connection.

Related: SYS#7842
Change-Id: I572e68df6799b903507229a9beee6fa7d7d6d652
Pau Espin Pedrol at