This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 48317f091 [sanitizer] Fix fuchsia and windows build. new 2134ee2aa [sanitizer] Don't unpoison buffer in getpw/getgr functions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../sanitizer_common_interceptors.inc | 88 +++++++--------- lib/tsan/rtl/tsan_interceptors.cc | 13 --- .../TestCases/Posix/getpw_getgr.cc | 112 +++++++++++++++++++++ 3 files changed, 148 insertions(+), 65 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Posix/getpw_getgr.cc