Skip to content
Success

#19915 (Jan 26, 2026, 8:52:33 AM)

Started 21 days ago
Took 2 min 28 sec on build4-deb12build-ansible

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

This run spent:

  • 2 min 3 sec waiting;
  • 2 min 28 sec build duration;
  • 4 min 31 sec total from scheduled to completion.
Revision: ca34022cce11049334ddba0cc4c092c2f93227f0
Repository: $GERRIT_REPO_URL
  • master
osmo_io: Add assert to validate inconditional

The do-while loop is entered:
* First time: "tail_msg != NULL" (since it was set to "msg").
* Subsequent times: coming from "while" condition:
** tail_msg != NULL
** res == IOFD_SEG_ACT_HANDLE_MORE, which means iofd->pending != NULL.

Hence, always either "iofd->pending" or "tail_msg" is valid when entering
the loop, and hence "msg" will also be valid.

Related: Coverity CID#557196
Change-Id: If29363edfba576370e306fb5b160d9f038018130
Pau Espin Pedrol at