]> granicus.if.org Git - libvpx/commit
Fixes a bug for uninitialized frame buffers
authorDeb Mukherjee <debargha@google.com>
Fri, 23 May 2014 08:26:01 +0000 (01:26 -0700)
committerDeb Mukherjee <debargha@google.com>
Fri, 23 May 2014 08:26:01 +0000 (01:26 -0700)
commitcaba78ef49e8cc2250ea79c2d21e5e3710354199
tree7954980436ccc19d323d2b0b2a918ce6e82b3fcd
parentd1ad3b678b5b5542122340d4b5db33c95fc1f858
Fixes a bug for uninitialized frame buffers

Fixes a bug introduced in
https://gerrit.chromium.org/gerrit/#/c/69779/13, where
uninitialized frame buffers due to corrupt and short
buffer sizes, may cause a crash.

This patch fixes the currently failing
video/processing/static_image/vp8_convert_test

Change-Id: I1b09e21482f292c11a2bfb4e570aef1d643410a7
vp8/vp8_dx_iface.c