[all-commits] [llvm/llvm-project] 8a874a: [DFSan] Add custom wrapper for getsockname.

Matt Morehouse via All-commits all-commits at lists.llvm.org
Thu Dec 10 08:18:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a874a427777298d030715e041dcaae132095dee
      https://github.com/llvm/llvm-project/commit/8a874a427777298d030715e041dcaae132095dee
  Author: Matt Morehouse <mascasa at google.com>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  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 custom wrapper for getsockname.

The wrapper clears shadow for any bytes written to addr or addrlen.

Reviewed By: stephan.yichao.zhao

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




More information about the All-commits mailing list