]> granicus.if.org Git - libvpx/commit
change to avoid invalid memory read.
authorYaowu Xu <yaowu@google.com>
Wed, 18 Sep 2013 19:29:32 +0000 (12:29 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 19 Sep 2013 15:22:10 +0000 (08:22 -0700)
commit79af5913681dca800f35bee89b5f18c56b8eef45
tree33446aa62ecd42f686e039bac3acdfa557ce0a8f
parent014acfa2af084034daeb01c06ac0c71a0ef39682
change to avoid invalid memory read.

The fake token EOSB may cause invaild memory read in pack token, this
commit reworked the loop to avoid such invalid read.

Change-Id: I37fdfce869b44a7f90003f82a02f84c45472a457
vp9/encoder/vp9_bitstream.c