Commit Message: - Commit ID: 12adc723acf02633595a4d8da8345742729f46c0 - Author: Wan-Teh Chang - Commit Time: Fri Apr 30 14:45:52 2021 -0700 - Summary: Fix aom_noise_strength_lut_init with zero size. Affected Files: aom_dsp/noise_model.c, test/noise_model_test.cc Key Issue: - The commit fixes a bug where is called with a zero size. This can cause out-of-bounds memory access when accesses elements of the LUT that are beyond its allocated size. - It also addresses a failure in when the LUT is zero-sized. Additional Information: - References a related bug: BUG=aomedia:2999 - Change-Id: I19858c8bd097f523f6316effedb5e3b9acd7e4b7 - The commit is linked to a specific change ID.