[PATCH] D46517: [sanitizer] Don't miss threads by ThreadSuspender
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 21:26:46 PDT 2018
vitalybuka marked 2 inline comments as done.
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:942
+ if (i > 1) {
+ // With probably should not get here with check about.
+ // We can have short read because of small buffer (handled above),
----------------
vitalybuka wrote:
> eugenis wrote:
> > I can't parse this comment.
> > s/with/we, s/about/above ?
> I restricted the code and comments https://reviews.llvm.org/rL331953
restricted -> restructed
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D46517
More information about the llvm-commits
mailing list