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

c-ares / c-ares / 24307166999
92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 12:54PM 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 12:50PM UTC coverage: 91.68% (-0.009%) from 91.689%
24307166999

push

github

web-flow
Fix wrong sizeof in QNX confstr() call truncating domain names (#1130)

confstr(_CS_DOMAIN, domain, sizeof(domain_len)) passes the size of the
size_t variable (8 bytes) instead of the 256-byte buffer. This silently
truncates any domain name longer than 7 characters. Fix by passing
sizeof(domain) instead.

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

22767 of 24833 relevant lines covered (91.68%)

12903.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
95.14
-0.81% src/lib/ares_init.c
1
86.67
-0.61% src/lib/dsa/ares_array.c
1
87.75
-0.1% src/lib/record/ares_dns_record.c
Jobs
ID Job ID Ran Files Coverage
1 24307166999.1 12 Apr 2026 12:53PM UTC 935
61.28
GitHub Action Run
Source Files on build 24307166999
  • Tree
  • List 177
  • Changed 58
  • Source Changed 0
  • Coverage Changed 58
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 66bef1ee on github
  • Prev Build on main (#24307027224)
  • Next Build on main (#24307178750)
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