After trying out, it is safe to assume it goes further than a buffer of 16, also now needs to account the terminator.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
That's how we usually do: revert and reopen
compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp | ||
---|---|---|
242 | Looks like you also didn't compile on windows? name.data, name.size -> name.data(), name.size() Make sure that uploaded patch is on top of origin/main, pre-merge checks has Windows | |
242 |
That's fine, just make "pre-merge checks" happy |
Looks like you also didn't compile on windows?
name.data, name.size -> name.data(), name.size()
Make sure that uploaded patch is on top of origin/main, pre-merge checks has Windows