shithub: libvpx

Download patch

ref: 1a7bf0d1f9d299fe76aa5cf9b6a448c279234150
parent: 117893a7177b4f7a63ad3bdf367980656f4ba556
parent: 84a7263d4c124919718aca2a7eef1a218216917b
author: James Zern <jzern@google.com>
date: Thu Dec 21 18:02:32 EST 2017

Merge "vp9_quantize_ssse3_x86_64: fix out of bounds write"

--- a/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
+++ b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
@@ -169,7 +169,7 @@
   pshuflw                         m7, m8, 0x1
   pmaxsw                          m8, m7
   pextrw                          r6, m8, 0
-  mov                           [r2], r6
+  mov                           [r2], r6w
   RET
 %endmacro