OSDN Git Service

[DFSan] Add custom wrapper for recvmsg.
authorMatt Morehouse <mascasa@google.com>
Wed, 9 Dec 2020 21:07:38 +0000 (13:07 -0800)
committerMatt Morehouse <mascasa@google.com>
Wed, 9 Dec 2020 21:07:51 +0000 (13:07 -0800)
commita3eb2fb247686af0216337687e921118710b56f3
treec22f9731fb8ec749bc6ece0e6c26c5f9066c66f3
parent9a72d3e3e456ffa9cfb4e0b2c2e81da78bb15dd3
[DFSan] Add custom wrapper for recvmsg.

The wrapper clears shadow for anything written by recvmsg.

Reviewed By: stephan.yichao.zhao

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