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

c-ares / c-ares / 24307329566
92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 01:03PM UTC
Jobs 1
Files 177
Run time 1min
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: 91.692% (+0.006%) from 91.686%
24307329566

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)

9 of 10 new or added lines in 3 files covered. (90.0%)

2 existing lines in 2 files now uncovered.

22779 of 24843 relevant lines covered (91.69%)

12872.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
71.03
0.49% src/lib/util/ares_threads.c

Coverage Regressions

Lines Coverage ∆ File
1
87.75
-0.1% src/lib/record/ares_dns_record.c
1
76.47
-1.96% src/lib/util/ares_math.c
Jobs
ID Job ID Ran Files Coverage
1 24307329566.1 12 Apr 2026 01:03PM UTC 935
61.3
GitHub Action Run
Source Files on build 24307329566
  • Tree
  • List 177
  • Changed 60
  • Source Changed 0
  • Coverage Changed 60
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8f26acb9 on github
  • Prev Build on main (#24307276293)
  • Next Build on main (#24307364006)
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