]> granicus.if.org Git - libvpx/commit
Add clamp to prevent out of bound access
authorYaowu Xu <yaowu@google.com>
Tue, 15 Oct 2013 16:17:11 +0000 (09:17 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 15 Oct 2013 20:30:55 +0000 (13:30 -0700)
commit45dbe94ee01491444a1001c62e1d27981bed51f3
treea7e83962a994e89125bc79cb1c781b08179b0572
parent9d98e936b53dbd52902bd922f50530d4ec29ff7c
Add clamp to prevent out of bound access

For bad input data, the decoder may access the array out of bounds. The
commit added clamp to prevent such out of bound access

Change-Id: I0a1cfd9b8786ea7113a998053c76605c963b077a
vp9/decoder/vp9_dsubexp.c