mirror of https://github.com/c-ares/c-ares.git
As reported on Android 14, which recently added a fortify check for fcntl
F_SETFD to make sure only FD_CLOEXEC is ever passed:
dfe67d266c
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)
v1.33
parent
66d82612c2
commit
5f7816cb70
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue