OSDN Git Service

[libFuzzer] fix an UB (invalid shift) spotted by ubsan. The code worked fine by luck...
authorKostya Serebryany <kcc@google.com>
Tue, 13 Dec 2016 22:49:14 +0000 (22:49 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 13 Dec 2016 22:49:14 +0000 (22:49 +0000)
commit57d813c8da1808e624995d130a5554cdd17116ff
tree102a1b2bc7d753ed7caf0c9660704a708a2400d4
parent741933d3a4f2f54513ba1cb6bfbf28454fe649c5
[libFuzzer] fix an UB (invalid shift) spotted by ubsan. The code worked fine by luck, because the way shifts actually work on clang+x86

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289607 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTracePC.h