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

c-ares / c-ares / #1264
92%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2024 03:02PM UTC
Jobs 1
Files 158
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

19 Jul 2024 02:55PM UTC coverage: 88.365% (+0.006%) from 88.359%
#1264

push

travis-ci

bradh352
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 function. This can cause
strange cleanup conditions that lead to crashes.

Try to disassociate queries with connections as early as possible and
move cleaning up unneeded connections to its own scan rather than
trying to detect each time a query is disassociated from a connection.

Fix By: Brad House (@bradh352)

35 of 35 new or added lines in 3 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

9281 of 10503 relevant lines covered (88.37%)

6062.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1264.1 19 Jul 2024 03:02PM UTC 0
88.37
Source Files on build #1264
Detailed source file information is not available for this build.
  • Back to Repo
  • 529906d1 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