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

c-ares / c-ares / 24307391077
92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 01:10PM 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:03PM UTC coverage: 91.7% (-0.002%) from 91.702%
24307391077

push

github

web-flow
fix: use UnregisterWaitEx to prevent use-after-free on Win32 (#1111)

UnregisterWait() does not guarantee the callback has finished executing
on a threadpool thread. If the callback is still running when
ares_free(configchg) executes, it dereferences freed memory.

Replace UnregisterWait() with UnregisterWaitEx(handle,
INVALID_HANDLE_VALUE) which blocks until any running callback completes
before returning.

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

22780 of 24842 relevant lines covered (91.7%)

12852.33 hits per line

Coverage Regressions

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