]> granicus.if.org Git - libvpx/commit
Properly validate data size
authorYaowu Xu <yaowu@google.com>
Mon, 5 Jan 2015 17:00:06 +0000 (09:00 -0800)
committerYaowu Xu <yaowu@google.com>
Tue, 6 Jan 2015 01:34:31 +0000 (17:34 -0800)
commit9c061ef5069921e674a0ecf4a375db93461e02e8
tree0e060c719f4904ceae5331b5a3741a445c3bd3f1
parent2fe1bfa5ade46b7f9f3505801071493a7afd4ad0
Properly validate data size

With "show_existing_frame" frames:
Minimum data size for profile 0 and 1 is 1 byte (8bits)
Minimum data size for profile 2 and 3 is 2 bytes (9bits)

Otherwise:
Minimum data size is 8 bytes.

This resolves the VP9 failure in fuzzing test build #56.

Change-Id: I146d9d37688f535dd68d24aacc76d464ccffdf04
vp9/vp9_dx_iface.c