[DFSAN] Add support for strncat
authorTomasz Kuchta <t.kuchta@samsung.com>
Wed, 21 Jun 2023 21:18:05 +0000 (21:18 +0000)
committerAndrew Browne <browneee@google.com>
Wed, 21 Jun 2023 21:21:13 +0000 (21:21 +0000)
commitd9b3691166f1cf60c2c6746fd6ed777787740c84
treebb274b3245e0bd834154be0e62d062d35430f834
parent7c9b9d316d4efb43918c6976c67c739a31923ee8
[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
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp