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

c-ares / c-ares / 24307203909
92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 12:55PM 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:53PM UTC coverage: 91.683% (+0.007%) from 91.676%
24307203909

push

github

web-flow
Fix memory leak of qcache entry on key allocation failure (#1127)

In ares_qcache_insert_int(), when ares_qcache_calc_key() returns NULL
(OOM), the fail handler's guard (entry != NULL && entry->key != NULL)
skips cleanup because entry->key is NULL - leaking the entry struct.
Restructure the guard so entry is always freed when non-NULL.

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

22774 of 24840 relevant lines covered (91.68%)

12932.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
62.73
0.32% src/lib/record/ares_dns_mapping.c
Jobs
ID Job ID Ran Files Coverage
1 24307203909.1 12 Apr 2026 12:55PM UTC 935
61.29
GitHub Action Run
Source Files on build 24307203909
  • Tree
  • List 177
  • Changed 56
  • Source Changed 0
  • Coverage Changed 56
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 299bd617 on github
  • Prev Build on main (#24307178750)
  • Next Build on main (#24307239076)
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