[all-commits] [llvm/llvm-project] d9b369: [DFSAN] Add support for strncat
Tomasz Kuchta via All-commits
all-commits at lists.llvm.org
Wed Jun 21 14:21:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9b3691166f1cf60c2c6746fd6ed777787740c84
https://github.com/llvm/llvm-project/commit/d9b3691166f1cf60c2c6746fd6ed777787740c84
Author: Tomasz Kuchta <t.kuchta at samsung.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
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 support for strncat
This patch adds a support for the libc strncat() function in DFSAN
Reviewed by: browneee
Differential Revision: https://reviews.llvm.org/D152196
More information about the All-commits
mailing list