Go to file
Eugene Zemtsov 3015341d45 Use socketpair on all Unix platforms
Using TCP sockets is insecure against local attackers, and possibly
against remote attackers too (some vulnerabilities may allow tricking a
browser to make a request to localhost). Use socketpair (which is immune
to such attacks) on all Unix platforms.

Patch by Demi Marie Obenour < demiobenour@gmail.com >

Differential Revision: https://reviews.llvm.org/D33213

llvm-svn: 314127
2017-09-25 17:41:16 +00:00
clang [Sema] Null check in BuildDeclarationNameExpr 2017-09-25 17:36:54 +00:00
clang-tools-extra [clangd] Fix missing "message" key when responding with unsupported method 2017-09-25 17:16:47 +00:00
compiler-rt [scudo] Scudo thread specific data refactor, part 2 2017-09-25 15:12:08 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Rework atomic ops to use clang builtins rather than llvm asm 2017-09-25 16:07:34 +00:00
libcxx Revert 313789 because gcc doesn't like it 2017-09-20 19:38:43 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind [libunwind] Partially revert r297174 to fix build on at least FreeBSD. 2017-09-21 21:28:48 +00:00
lld Use UINT64_MAX instead of implicitly-type-converted -1. 2017-09-25 17:40:21 +00:00
lldb Use socketpair on all Unix platforms 2017-09-25 17:41:16 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [SimplifyIndvar] Replace the srem used by IV if we can prove both of its operands are non-negative 2017-09-25 17:39:40 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Allow uniform branch conditions 2017-09-25 16:37:15 +00:00