commit | ca555f1ebe5672d857b98870a0d81a31d2a7596a | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Sun Nov 22 13:06:35 2020 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Sun Nov 22 13:06:35 2020 -0800 |
tree | 0175e381f4821e4c9190f37a0e715a787c2fff8c | |
parent | abbe1a798fb2fd15caecc89278fcd8864a985002 [diff] |
mpeg4_enc_fuzzer: Fix sizeof() bugs When we changed inputBuffer from a stack array to a pointer, it changed what sizeof(inputBuffer) means (from the entire size of the array, to just the size of a pointer). Since we intended to know the entire size of the array, we replace the sizeof() usages accordingly. Test: TreeHugger Change-Id: I0a9515a9e0fe63e258056bfdbf19310560e02504