[all-commits] [llvm/llvm-project] 483fb3: [DFSan] Add pthread and other functions to ABI list.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Tue Dec 8 14:01:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 483fb333605fc3a392ba140d33e8d9187cf02b70
https://github.com/llvm/llvm-project/commit/483fb333605fc3a392ba140d33e8d9187cf02b70
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M compiler-rt/lib/dfsan/done_abilist.txt
Log Message:
-----------
[DFSan] Add pthread and other functions to ABI list.
The non-pthread functions are all clear discard functions.
Some of the pthread ones could clear shadow, but aren't worth writing
custom wrappers for. I can't think of any reasonable scenario where we
would pass tainted memory to these pthread functions.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D92877
More information about the All-commits
mailing list