<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>