Fix oob in vpx_setup_noise
authorJerome Jiang <jianj@google.com>
Wed, 7 Nov 2018 00:12:11 +0000 (16:12 -0800)
committerJerome Jiang <jianj@google.com>
Fri, 16 Nov 2018 23:40:25 +0000 (15:40 -0800)
commita421e21e0315aea89663bf0cd350551d92111e30
treef6745d261d57832004872f78cc59e0b0c599e35f
parent2dea20be26ee29de9a31122107a29170e1730dd4
Fix oob in vpx_setup_noise

Array index wasn't checked on boundary.

BUG=webm:1572

Change-Id: I55a93c024af77a4fd904b0e992d5587a142d66a4
test/add_noise_test.cc
vpx_dsp/add_noise.c