Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ca555f1e authored by Greg Kaiser's avatar Greg Kaiser
Browse files

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
parent abbe1a79
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment