OSDN Git Service

[DFSan] Add custom wrapper for recvmmsg.
authorMatt Morehouse <mascasa@google.com>
Fri, 11 Dec 2020 14:24:43 +0000 (06:24 -0800)
committerMatt Morehouse <mascasa@google.com>
Fri, 11 Dec 2020 14:24:56 +0000 (06:24 -0800)
commit7bc7501ac1cb95bb8c410d93d4ed54e4aa19a3cd
tree448cbcf2c5e45cd29d91b825494210962e836667
parent4f25e5398211c603e765ab6c30ab35ad286d505f
[DFSan] Add custom wrapper for recvmmsg.

Uses the recvmsg wrapper logic in a loop.

Reviewed By: stephan.yichao.zhao

Differential Revision: https://reviews.llvm.org/D93059
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp