<div dir="ltr">Belatedly committed in r310419, thanks for the patch!</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 25, 2017 at 3:45 PM, David Major via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This patch makes the 9-byte variant of hint-nop be considered valid padding for the hotpatch interception technique.<br><br>This
 is needed in order to safely patch ntdll!strcpy in the Windows 10 
Creators Update, which has a branch target as its fourth byte. With a 
hotpatch we only need to clobber the first two bytes of the function 
body and can leave the branch target intact.<br><br>Fixes <a href="https://github.com/google/sanitizers/issues/829" target="_blank">https://github.com/google/sani<wbr>tizers/issues/829</a></div>
<br>______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>