summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/android/CloexecPipeCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* android: add a close-on-exec check on pipe()George Burgess IV2019-06-061-0/+37
On Android, pipe() is better to be replaced by pipe2() with O_CLOEXEC flag to avoid file descriptor leakage. Patch by Jian Cai! Differential Revision: https://reviews.llvm.org/D61967 llvm-svn: 362673
OpenPOWER on IntegriCloud