]> granicus.if.org Git - libvpx/commit
Fix a potential invalid memory access in non-RD coding flow
authorJingning Han <jingning@google.com>
Fri, 11 Jul 2014 20:37:28 +0000 (13:37 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 11 Jul 2014 22:50:43 +0000 (15:50 -0700)
commitb957439c872638de9484edcac85e604d8c2d3a3c
tree40e5ae891cd612e956b00e8ffcaec77d3126bae2
parent3cddd81c6d7c0f11114cf73f25f3fadb3e46a59d
Fix a potential invalid memory access in non-RD coding flow

This commit fixes a potential out-of-boundary memory access due to
the use of reuse_inter_pred_sby in the non-RD coding flow. It
resolves the corresponding asan error.

Change-Id: Iff605f5921230966990013541cd855d698810922
test/cpu_speed_test.cc
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_speed_features.c