mov edi,edi is _not_ NOP in 64-bit, use 66,90h instead.
This bug was causing interception unittest to crash on Windows64.
Credits to etienneb for finding the root cause.
Paths
| Differential D22274
[asan] Fix interception unittest on Windows64. ClosedPublic Authored by wang0109 on Jul 12 2016, 12:18 PM.
Details Summary mov edi,edi is _not_ NOP in 64-bit, use 66,90h instead. Credits to etienneb for finding the root cause.
Diff Detail Event Timelinewang0109 updated this object. This revision is now accepted and ready to land.Jul 12 2016, 12:43 PM Closed by commit rL275207: [asan] Fix interception unittest on Windows64. (authored by etienneb). · Explain WhyJul 12 2016, 12:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 63710 lib/interception/interception_win.cc
lib/interception/tests/interception_win_test.cc
|