[all-commits] [llvm/llvm-project] 4eedc2: [DFSan] Add custom wrapper for getsockopt.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Wed Dec 9 14:34:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4eedc2e3af3aa01279c5131b527e452c34dde953
https://github.com/llvm/llvm-project/commit/4eedc2e3af3aa01279c5131b527e452c34dde953
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-12-09 (Wed, 09 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 getsockopt.
The wrapper clears shadow for optval and optlen when written.
Reviewed By: stephan.yichao.zhao, vitalybuka
Differential Revision: https://reviews.llvm.org/D92961
More information about the All-commits
mailing list