"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "6404f4b5af39840a2dad27abc3924eb3846ae8a4"
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
Loading
Please register or sign in to comment