• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

c-ares / c-ares / 24307329566 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 01:03PM UTC
Files 935
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Apr 2026 01:00PM UTC coverage: 61.298% (+0.007%) from 61.291%
24307329566.1

push

github

web-flow
Fix microsecond overflow in ares_queue_wait_empty timeout (#1122)

When computing the deadline in ares_queue_wait_empty(), the
millisecond-to-microsecond addition could cause tout.usec to exceed
1,000,000 if ares_tvnow() returned a non-zero usec component. This
corrupted the ares_timeval_remaining() comparison, causing premature
timeouts.

Extract the static timeadd() from ares_process.c into a shared
ares_timeval_add() utility in ares_timeout.c (alongside the existing
ares_timeval_remaining and ares_timeval_diff), and use it in both
ares_process.c and ares_threads.c.

Signed-off-by: David Hotham (@dimbleby)

24865 of 40564 relevant lines covered (61.3%)

7883.79 hits per line

Source Files on job 24307329566.1
  • Tree
  • List 935
  • Changed 60
  • Source Changed 0
  • Coverage Changed 60
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24307329566
  • 8f26acb9 on github
  • Prev Job for on main (#24307276293.1)
  • Next Job for on main (#24307364006.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc