[PATCH] D54779: [Sanitizer] Adding setvbuf in supported platforms and other stream buffer functions
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 20 16:56:03 PST 2018
devnexen created this revision.
devnexen added reviewers: krystyna, vitalybuka.
devnexen created this object with visibility "All Users".
Herald added subscribers: Sanitizers, llvm-commits, fedor.sergeev, krytarowski, kubamracek.
devnexen edited reviewers, added: krytarowski; removed: krystyna.
- Enabling setvbuf interceptions for non NetBSD platforms.
- setbuf, setbuffer, setlinebuf as well.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D54779
Files:
lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
lib/sanitizer_common/sanitizer_platform_limits_posix.h
test/sanitizer_common/TestCases/NetBSD/setvbuf.cc
test/sanitizer_common/TestCases/Posix/setvbuf.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54779.174856.patch
Type: text/x-patch
Size: 4265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181121/7fd97658/attachment.bin>
More information about the llvm-commits
mailing list