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

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

Build:
Build:
LAST BUILD BRANCH: overflow-safe-allocation
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 v1.32
branch: v1.32
CHANGE BRANCH
x
Reset
  • v1.32
  • 1.34.6
  • 1.34.6-security
  • HEAD
  • adig
  • adig-ahost-exitcode
  • alpine-clang-19
  • ares-array-overflow-checks
  • 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
  • defer-tcp-error-after-buffered-parse
  • 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
  • overflow-safe-allocation
  • 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
  • strict-rdlength-validation
  • 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.33
  • v1.34
  • validate-port-parsing
  • wait_on_monotonic
  • win-hosts-path
  • windns-fix
  • winxp
  • winxp-eventloop

24 Jul 2024 01:31AM UTC coverage: 88.241%. Remained the same
#1336

push

travis-ci

bradh352
release-1.32.3 (#826)

9245 of 10477 relevant lines covered (88.24%)

6094.7 hits per line

Relevant lines Covered
Build:
Build:
10477 RELEVANT LINES 9245 COVERED LINES
6094.7 HITS PER LINE
Source Files on v1.32
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#1336 v1.32 release-1.32.3 (#826) push 24 Jul 2024 01:37AM UTC bradh352 travis-ci
88.24
#1335 v1.32 man: ares_dns_record_set_id() Add missing manpage Fixes #817 Fix By: Brad House (@bradh352) push 23 Jul 2024 11:38PM UTC bradh352 travis-ci
88.24
#1324 v1.32 CI: fix coverage build push 23 Jul 2024 06:59PM UTC bradh352 travis-ci
88.24
#1315 v1.32 test: ServerFailoverOpts can fail on heavily loaded systems due to its reliance on sleep and time. Try to harden it a little bit push 23 Jul 2024 05:19PM UTC bradh352 travis-ci
88.27
#1313 v1.32 CMake MSVC Parallelizm issue: Don't build adig and ahost simultaneously Make ahost a dependency of adig to prevent issues with them both referencing ares_strcasecmp.c and ares_getopt.c. This appears to be a bug in the Cmake generator for MSVC pr... push 22 Jul 2024 10:04PM UTC bradh352 travis-ci
88.25
#1295 v1.32 mem leak due to `ares__hosts_entry_to_hostent()` allocation strategy (#824) `ares__hosts_entry_to_hostent()` would allocate a separate buffer for each address, but `ares_free_hostent()` expects a single allocation to hold all addresses. This... push 22 Jul 2024 07:55PM UTC bradh352 travis-ci
88.26
#1287 v1.32 clang static analyzer: silence warning push 21 Jul 2024 01:05PM UTC bradh352 travis-ci
88.28
#1277 v1.32 UDP write may fail indicating host isn't reachable (#821) UDP is connectionless, but systems use ICMP unreachable messages to indicate there is no ability to reach the host or port, which can result in a `send()` returning an error like `ECONNR... push 19 Jul 2024 07:33PM UTC bradh352 travis-ci
88.28
#1266 v1.32 Prevent complex recursion during query requeing and connection cleanup c-ares utilizes recursion for some operations, and some of these processes can have unintended side effects, such as if a callback is called that then recurses into the same f... push 19 Jul 2024 03:05PM UTC bradh352 travis-ci
88.38
#1262 v1.32 Issue #819: preliminary test case push 19 Jul 2024 02:14PM UTC bradh352 travis-ci
88.36
See All Builds (2039)
  • 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