This fix errors when compiling for 64 bits on Windows, where longs are 4 bytes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29831
[libFuzzer] Use long long to ensure 64 bits. ClosedPublic Authored by mpividori on Feb 10 2017, 9:20 AM.
Details Summary This fix errors when compiling for 64 bits on Windows, where longs are 4 bytes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 10 2017, 9:35 AM Closed by commit rL294769: [libFuzzer] Use stoull instead of stol to ensure 64 bits. (authored by mpividori). · Explain WhyFeb 10 2017, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88020 llvm/trunk/lib/Fuzzer/FuzzerTracePC.cpp
|