[all-commits] [llvm/llvm-project] 339f1b: sanitizers: Add interceptors for getproto{ent, byna...

Gui Andrade via All-commits all-commits at lists.llvm.org
Wed Jul 8 14:45:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 339f1b49037bd7fbd1454c872bcfd1bb6c380f5d
      https://github.com/llvm/llvm-project/commit/339f1b49037bd7fbd1454c872bcfd1bb6c380f5d
  Author: Gui Andrade <guiand at google.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    A compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp

  Log Message:
  -----------
  sanitizers: Add interceptors for getproto{ent,byname,bynumber}_r

This also allows intercepting these getprotoent functions on Linux as
well, since Linux exposes them.

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




More information about the All-commits mailing list