[all-commits] [llvm/llvm-project] 5becf5: [DFSAN] Add support for strnlen

Tomasz Kuchta via All-commits all-commits at lists.llvm.org
Thu May 11 23:26:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5becf548abe84478e691a2511f4c7517fce6a371
      https://github.com/llvm/llvm-project/commit/5becf548abe84478e691a2511f4c7517fce6a371
  Author: Tomasz Kuchta <t.kuchta at samsung.com>
  Date:   2023-05-12 (Fri, 12 May 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 strnlen

This patch adds a support for the libc strnlen() function in DFSAN

Reviewed by: browneee

Differential Revision: https://reviews.llvm.org/D149459




More information about the All-commits mailing list