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

c-ares / c-ares / 28739437241
90%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 11:38AM UTC
Jobs 1
Files 176
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

05 Jul 2026 11:35AM UTC coverage: 89.869% (+0.01%) from 89.857%
28739437241

push

github

web-flow
skip name compression offsets beyond the 14-bit pointer limit (#1159)

ares_nameoffset_create() records every written name as a compression
target, but that offset is later emitted as a 14-bit pointer (0xC000 |
(idx & 0x3FFF)). Once a message serializes past 16383 bytes, a repeated
owner or target name gets encoded as a pointer to idx & 0x3FFF rather
than its real position, so ares_dns_write() produces a message that no
longer parses. Skip recording offsets that can't fit 14 bits; those
names get written uncompressed instead.

---------

Signed-off-by: Brad House <brad@brad-house.com>
Co-authored-by: Brad House <brad@brad-house.com>

36 of 36 new or added lines in 2 files covered. (100.0%)

4 existing lines in 2 files now uncovered.

24076 of 26790 relevant lines covered (89.87%)

15879.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
95.55
-0.81% src/lib/ares_init.c
2
68.41
-0.21% src/lib/record/ares_dns_mapping.c
Jobs
ID Job ID Ran Files Coverage
1 28739437241.1 05 Jul 2026 11:38AM UTC 176
89.87
GitHub Action Run
Source Files on build 28739437241
  • Tree
  • List 176
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28739437241
  • c93091f0 on github
  • Prev Build on main (#28738921566)
  • Next Build on main (#28740348742)
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