Skip to content
Commit f1b9f3a2 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

[WinASan] Fix hotpatching new Win 10 build 1703 x64 strnlen prologue

The first instruction of the new ucrtbase!strnlen implementation loads a
global, presumably to dispatch between SSE and non-SSE optimized strnlen
implementations.

Fixes PR32895 and probably
https://github.com/google/sanitizers/issues/818

llvm-svn: 305581
parent d340605a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment