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

c-ares / c-ares
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: improve/windows-sysconfig-safe-join
DEFAULT BRANCH: main
Repo Added 01 Nov 2021 07:55PM UTC
Files 177
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

LAST BUILD ON BRANCH improve/windows-sysconfig-safe-join
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.34.6
  • 1.34.6-security
  • HEAD
  • adig
  • adig-ahost-exitcode
  • alpine-clang-19
  • array-size-overflow
  • autotools-update
  • b-mac-gcc
  • bagder/manpage-references
  • bagder/qnx
  • bhouse.qnx
  • bhouse.sonarcloud
  • bhouse.sonarcloud-2
  • ci-fixes
  • copyright
  • coverity_scan
  • dns-name-255-limit-parser
  • dns-validate-rr-counts
  • dohpath
  • fix-ares-dns-record-duplicate-docs
  • fix-ares_send-docs
  • fix-bind
  • fix-buf-ensure-overflow
  • fix-doc-typo
  • fix-inet-pton
  • fix-set-socket-callback
  • fix-setvbuf
  • fix-sortlist
  • fix/binstr-memleak
  • fix/buf-replace-null
  • fix/cookie-logic-bugs
  • fix/corrupt-addrinfo-nodes
  • fix/error-path-memory-leaks
  • fix/hash-idx-parens
  • fix/htable-dict-keys-leak
  • fix/htable-dict-memleak
  • fix/htable-malloc-zero
  • fix/ifa-netmask-null
  • fix/init-read-bytes
  • fix/llist-array-bugs
  • fix/multistring-buf-leak
  • fix/qcache-entry-memleak
  • fix/qnx-confstr-sizeof
  • fix/raw-rr-tostr
  • fix/raw-rr-zero-length
  • fix/unregister-wait-uaf
  • fix/usec-overflow
  • fix/win-sysconfig-null
  • fix/win32-iocp-null
  • fixci
  • fixwin
  • fuzzer_policy
  • hesiod
  • ignore_configchg_init_failures
  • improve/windows-sysconfig-safe-join
  • issue-993
  • leaks
  • live-failures
  • localhost
  • macios
  • main
  • memory
  • memory-leaks
  • more-const
  • more-record-types
  • newer_cmake
  • ntp-license
  • pkgconfig
  • punycode
  • qnx
  • qnx-config
  • qnx-tests
  • refs/tags/v1.33.0
  • refs/tags/v1.33.1
  • refs/tags/v1.34.0
  • refs/tags/v1.34.1
  • refs/tags/v1.34.2
  • refs/tags/v1.34.3
  • refs/tags/v1.34.4
  • refs/tags/v1.34.5
  • refs/tags/v1.34.6
  • release-1.34.4
  • rnd-xor
  • server-rise-fall
  • service-strtoul-fix
  • size-overflow
  • sockopt
  • staticlib-name
  • tomf/probe-pending
  • typo
  • ubuntu-latest
  • ubuntu-rolling
  • v1.23
  • v1.24
  • v1.25
  • v1.26
  • v1.27
  • v1.28
  • v1.29
  • v1.30
  • v1.31
  • v1.32
  • v1.33
  • v1.34
  • validate-port-parsing
  • wait_on_monotonic
  • win-hosts-path
  • windns-fix
  • winxp
  • winxp-eventloop

20 Apr 2026 10:14AM UTC coverage: 91.701% (+0.01%) from 91.687%
24660965946

Pull #1143

github

web-flow
Merge 31bac8699 into bd7d871eb
Pull Request #1143: Use safe string construction in Windows sysconfig join path

22807 of 24871 relevant lines covered (91.7%)

12894.11 hits per line

Relevant lines Covered
Build:
Build:
24871 RELEVANT LINES 22807 COVERED LINES
12894.11 HITS PER LINE
Source Files on main
  • Tree
  • List 177
  • Changed 55
  • Source Changed 0
  • Coverage Changed 55
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24660965946 improve/windows-sysconfig-safe-join Merge 31bac8699 into bd7d871eb Pull #1143 20 Apr 2026 10:17AM UTC web-flow github
91.7
24328475299 validate-port-parsing Merge faf015c67 into bd7d871eb Pull #1097 13 Apr 2026 06:13AM UTC web-flow github
91.7
24313330348 size-overflow Merge 6e1592582 into 3a28e3431 Pull #1116 13 Apr 2026 01:16AM UTC web-flow github
91.69
24313359540 v1.34 Fix zero-length RAW_RR losing type metadata during parsing (#1129) ares_dns_parse_rr_raw_rr() returned early when rdlength==0 without setting ARES_RR_RAW_RR_TYPE, so the record's type was lost (left as 0). Move the type assignment to the top of t... push 12 Apr 2026 06:35PM UTC bradh352 github
91.73
24313351165 main Fix zero-length RAW_RR losing type metadata during parsing (#1129) ares_dns_parse_rr_raw_rr() returned early when rdlength==0 without setting ARES_RR_RAW_RR_TYPE, so the record's type was lost (left as 0). Move the type assignment to the top of t... push 12 Apr 2026 06:34PM UTC web-flow github
91.69
24313324764 v1.34 Fix/ifa netmask null (#1120) The first commit handles the possibility that `ifa->ifa_netmask` is null, by defaulting netmask to zero. Then I got worried about whether that was a good default - and discovered that no caller ever asks for the netm... push 12 Apr 2026 06:27PM UTC bradh352 github
91.73
24313296147 v1.34 validate RR counts before preallocation to reject malformed packets early (#1134) ## Summary Validate DNS RR counts before preallocation to reject malformed packets early. ## What’s the issue? The parser currently trusts RR counts from the DNS... push 12 Apr 2026 06:27PM UTC bradh352 github
91.73
24313314138 main Fix/ifa netmask null (#1120) The first commit handles the possibility that `ifa->ifa_netmask` is null, by defaulting netmask to zero. Then I got worried about whether that was a good default - and discovered that no caller ever asks for the netm... push 12 Apr 2026 06:25PM UTC web-flow github
91.69
24313282876 main validate RR counts before preallocation to reject malformed packets early (#1134) ## Summary Validate DNS RR counts before preallocation to reject malformed packets early. ## What’s the issue? The parser currently trusts RR counts from the DNS... push 12 Apr 2026 06:24PM UTC web-flow github
91.71
24313142137 array-size-overflow Merge c4a333816 into 1d178bb0d Pull #1117 12 Apr 2026 06:21PM UTC web-flow github
91.7
See All Builds (2031)
  • Repo on GitHub
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