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

c-ares / c-ares / #355
92%

Build:
DEFAULT BRANCH: main
Ran 27 Nov 2023 03:40PM UTC
Jobs 1
Files 146
Run time 12s
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

27 Nov 2023 03:35PM UTC coverage: 83.03% (+0.07%) from 82.962%
#355

push

travis-ci

web-flow
ares_getaddrinfo(): do not use search domains if ARES_FLAG_NOSEARCH is set (#638)

c-ares init options defines a flag ARES_FLAG_NOSEARCH that is supposed to prevent search using configured domain suffixes, however when using ares_getaddrinfo() the flag was ignored and domain suffixes were used anyway.

Configuring zero domains to search also does not work (if ndomains == 0 default domain search list is loaded regardless of the flag ARES_OPT_DOMAINS being set).

This change adds a check for the ARES_FLAG_NOSEARCH in as_is_only() function that is used by ares_getaddrinfo() to decide if to try to query next possible name ( next_dns_lookup() )

Fix By: @petrvh

2 of 3 new or added lines in 1 file covered. (66.67%)

7535 of 9075 relevant lines covered (83.03%)

1970.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #355.1 27 Nov 2023 03:40PM UTC 0
83.03
Source Files on build #355
Detailed source file information is not available for this build.
  • Back to Repo
  • f1bf69c2 on github
  • Prev Build on main
  • Next Build on main
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