[all-commits] [llvm/llvm-project] 99ab3d: [sanitizer] correct prctl scope

li19860 via All-commits all-commits at lists.llvm.org
Wed Apr 12 10:50:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99ab3d9861bccdd14b08968fc2bb4f3f766cb382
      https://github.com/llvm/llvm-project/commit/99ab3d9861bccdd14b08968fc2bb4f3f766cb382
  Author: lizhiguang <zhig19860 at gmail.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc

  Log Message:
  -----------
  [sanitizer] correct prctl scope

prctl scope is wrong, i think this is typo, we should use:
REAL(prctl)(args...)

Reviewed By: vitalybuka

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




More information about the All-commits mailing list