]> granicus.if.org Git - libvpx/commit
Prevent access to invalid pointer
authorYaowu Xu <yaowu@google.com>
Tue, 15 Oct 2013 20:46:29 +0000 (13:46 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 15 Oct 2013 20:51:42 +0000 (13:51 -0700)
commitff1083c11343da3e87602c3940afa523abd7266a
tree7c76a6187bc4fd82cac6ff72ab9d4b032796126b
parent45dbe94ee01491444a1001c62e1d27981bed51f3
Prevent access to invalid pointer

The commit added check to make sure no invalid memory access even when
the decoder instance is never initialized.

Change-Id: I4da343d0b3c78c27777ac7f5ce7688562c69f0c5
vp9/vp9_dx_iface.c