[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
Loading
Please register or sign in to comment
sizeof(const char *) returns 4 or 8 when what we really want is the size of the array. llvm-svn: 323802