commit | 31abb45803d272b3fd211253f571047256ab2f19 | [log] [tgz] |
---|---|---|
author | Kamil Rytarowski <[email protected]> | Wed Jan 03 22:28:39 2018 |
committer | Kamil Rytarowski <[email protected]> | Wed Jan 03 22:28:39 2018 |
tree | 62215dc514e0b69afcddf2e390a6eb4484a3e80a | |
parent | cf524a408a4343d89b3fa7a3df535dba80116e13 [diff] |
Add MSan interceptor for fstat(2) Summary: Add new MSan interceptor that corrects NetBSD's specific handling of fstat(2). NetBSD renames the call to __fstat50. Add new test: test/msan/fstat.cc Sponsored by <The NetBSD Foundation> Reviewers: joerg, eugenis, vitalybuka Reviewed By: vitalybuka Subscribers: llvm-commits, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D41637 llvm-svn: 321765