Skip to content
Success

#22225 (Jun 20, 2026, 8:53:24 PM)

Started 7 hr 53 min ago
Took 1 min 17 sec on build5-deb12build-ansible

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

This run spent:

  • 1 min 54 sec waiting;
  • 1 min 17 sec build duration;
  • 3 min 11 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