[PATCH] D51788: [winasan] Reduce hotpatch prefix check to 8 bytes

David Major via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 08:09:04 PDT 2018


dmajor added a comment.

This isn't strictly necessary for anything; I was just debugging something and noticed that a hook fell back to Trampoline rather than Hotpatch because the prefix nop was only 8 bytes.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51788





More information about the llvm-commits mailing list