Skip to content
Success

#22170 (Jun 17, 2026, 1:51:42 PM)

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

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

This run spent:

  • 7.1 sec waiting;
  • 34 sec build duration;
  • 41 sec total from scheduled to completion.
Revision: f1138f0aebae9aaf7a0d2a63cdeb81bb37c97de3
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.

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