[all-commits] [llvm/llvm-project] 54d6c1: [msan] Fix srcaddr handling in recvfrom interceptor.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Thu Mar 12 17:29:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54d6c11a6ca1fc47707d57ea7874d2cfb51ea07d
https://github.com/llvm/llvm-project/commit/54d6c11a6ca1fc47707d57ea7874d2cfb51ea07d
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
Log Message:
-----------
[msan] Fix srcaddr handling in recvfrom interceptor.
Recvfrom may receive a 0 byte packet with a non-empty source address.
More information about the All-commits
mailing list