]> granicus.if.org Git - libvpx/commit
vp9_quantize_ssse3_x86_64: fix out of bounds write
authorJames Zern <jzern@google.com>
Thu, 21 Dec 2017 21:51:40 +0000 (16:51 -0500)
committerJames Zern <jzern@google.com>
Thu, 21 Dec 2017 21:53:14 +0000 (16:53 -0500)
commit84a7263d4c124919718aca2a7eef1a218216917b
tree573e3d4ff0156fcc5b3d683da9a244c73b97be9c
parent7a245adb18b8237da8bdb9ae5b7217ec047fb34a
vp9_quantize_ssse3_x86_64: fix out of bounds write

eob is a pointer to a uint16_t. previously the code would store 64-bits
causing a crash or test failure with the right stack layout.

Change-Id: Ibd653baf323db114f2444951b9d8b00c596bf15a
vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm