[PATCH] D28723: [libFuzzer] AlrmHandler is executed in a different thread for Windows.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 10:05:42 PST 2017


zturner added a comment.

Is the code already re-entrant for Windows so that it will work properly?  No locks or guards are added, just a check that allows the code to continue even though we're in a different thread.  Is this going to ahve unintended side effects that haven't been addressed?


Repository:
  rL LLVM

https://reviews.llvm.org/D28723





More information about the llvm-commits mailing list