[PATCH] D141389: [DFSAN] Add support for strnlen, strncat, strsep, sscanf and _tolower
Tomasz Kuchta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 07:51:10 PST 2023
tkuchta created this revision.
tkuchta added reviewers: vitalybuka, glider.
tkuchta added a project: Sanitizers.
Herald added a subscriber: Enna1.
Herald added a project: All.
tkuchta requested review of this revision.
This patch adds support for the following libc functions in DFSAN: strnlen, strncat, strsep and sscanf. It further enables _tolower via the options file.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D141389
Files:
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141389.487775.patch
Type: text/x-patch
Size: 27717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230110/bc471360/attachment-0001.bin>
More information about the cfe-commits
mailing list