Commit 0d729b4b7237934abfca0b5738ad4383f3f22476

Ebrahim Byagowi 2020-03-07T11:53:12

[avar] Fix out-of-bound read when input is bigger than all the coords 'i' shouldn't become equal to array's length which as the increament is happened at end of the loop, if the input is bigger than all the table coords, it will be equal to array's length. Fixes https://crbug.com/oss-fuzz/21092