Skip to content
Success

#22236 (Jun 20, 2026, 8:54:06 PM)

Started 7 hr 51 min ago
Took 1 min 27 sec on build4-deb12build-ansible

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

This run spent:

  • 2 min 32 sec waiting;
  • 1 min 27 sec build duration;
  • 4 min 0 sec total from scheduled to completion.
Revision: 55c19085230e5da2a751f447a0608bc86697f8f4
Repository: $GERRIT_REPO_URL
  • master
client: Fix 32-bit overflow when computing pcapng EPB timestamp

tv_sec * 1000 * 1000 was evaluated in int arithmetic.  Where time_t /
tv_sec is 32-bit, this overflows for any tv_sec > ~2147, corrupting
the 64-bit timestamp_usec well before the year 2038.  Cast tv_sec to
uint64_t before the multiplication so the whole expression
is computed in 64 bits.

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