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

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

Build:
Build:
LAST BUILD BRANCH: more-record-types
DEFAULT BRANCH: main
Ran 14 Oct 2024 10:20AM UTC
Jobs 1
Files 173
Run time 6min
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

14 Oct 2024 10:12AM UTC coverage: 92.016% (+0.004%) from 92.012%
11325450946

push

github

bradh352
fcntl doesn't take O_CLOEXEC, it takes FD_CLOEXEC

As reported on Android 14, which recently added a fortify check for fcntl
F_SETFD to make sure only FD_CLOEXEC is ever passed:
https://github.com/aosp-mirror/platform_bionic/commit/dfe67d266

We can't pass anything else to it.  Even though on glibc, O_CLOEXEC
and FD_CLOEXEC are the same value, this isn't defined to be
portable in any way.

Fixes #900
Reported-By: Yuki San (@RealYukiSan)
Authored-By: Brad House (@bradh352)

20550 of 22333 relevant lines covered (92.02%)

100107.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11325450946.1 14 Oct 2024 10:20AM UTC 0
58.49
GitHub Action Run
Source Files on build 11325450946
Detailed source file information is not available for this build.
  • Back to Repo
  • 5f7816cb on github
  • Prev Build on v1.33 (#10888079638)
  • Next Build on v1.33 (#11742215476)
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