Skip to content
Commit 1d8e5ea2 authored by Matt Morehouse's avatar Matt Morehouse
Browse files

[libFuzzer] Fix sizeof(ptr) bug.

sizeof(const char *) returns 4 or 8 when what we really want is the size
of the array.

llvm-svn: 323802
parent 3a730d85
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