|
Ran
|
Jobs
1
|
Files
178
|
Run time
11min
|
Badge
README BADGES
|
push
github
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)
22003 of 24125 relevant lines covered (91.2%)
11890.72 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
94.0 |
-2.0% | src/lib/ares_timeout.c |
| 3 |
94.56 |
-1.26% | src/lib/ares_init.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11325448216.1 | 939 |
59.49 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|