[all-commits] [llvm/llvm-project] bf281f: [dfsan] Add wrappers for v*printf functions

George Balatsouras via All-commits all-commits at lists.llvm.org
Thu Jul 22 15:39:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf281f364757d6af8d9d8456f26d334d1eeaf575
      https://github.com/llvm/llvm-project/commit/bf281f364757d6af8d9d8456f26d334d1eeaf575
  Author: George Balatsouras <gbalats at google.com>
  Date:   2021-07-22 (Thu, 22 Jul 2021)

  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 wrappers for v*printf functions

Functions `vsnprintf`, `vsprintf` and `vfprintf` commonly occur in DFSan warnings.

Reviewed By: stephan.yichao.zhao

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




More information about the All-commits mailing list