[PATCH] D157038: ASan: Add additional wcs* interceptors on Windows
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 14:47:52 PDT 2023
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: compiler-rt/lib/interception/interception_win.cpp:620
+ case 0x398366: // 66 83 39 XX : cmp DWORD PTR [rcx], XX
case 0xec8348: // 48 83 ec XX : sub rsp, XX
----------------
These encodings have spiraled out of control. I'm just trusting they are correct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157038/new/
https://reviews.llvm.org/D157038
More information about the llvm-commits
mailing list