[all-commits] [llvm/llvm-project] fa4bd4: [DFSan] Add custom wrapper for getpeername.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Thu Dec 10 12:30:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa4bd4b338d1c8c0a95b63b13640b10694b8185c
https://github.com/llvm/llvm-project/commit/fa4bd4b338d1c8c0a95b63b13640b10694b8185c
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/lib/dfsan/done_abilist.txt
M compiler-rt/test/dfsan/custom.cpp
Log Message:
-----------
[DFSan] Add custom wrapper for getpeername.
The wrapper clears shadow for addr and addrlen when written to.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D93046
More information about the All-commits
mailing list