[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:23:52 PDT 2018


vitalybuka marked 3 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),
----------------
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


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46517





More information about the llvm-commits mailing list