[llvm-bugs] Issue 3661 in oss-fuzz: llvm/clang-proto-fuzzer: Null-dereference READ in llvm::SCEV::getType

k… via monorail via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 16 10:52:10 PDT 2017


Comment #2 on issue 3661 by kcc at google.com: llvm/clang-proto-fuzzer:  
Null-dereference READ in llvm::SCEV::getType
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3661#c2

C++ reproducer:

void foo(int *a) {
   while (1) {
     a[60] = ((1 + a[60]) + a[0]);
     while ((a[60] + a[0])) {
       a[0] = (a[0] + 1);
     }
   }
}

% clang -cc1 -triple x86_64-unknown-linux-gnu  -O2  -emit-obj z.cc

-- 
You received this message because:
   1. You were specifically CC'd on the issue

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Reply to this email to add a comment.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171016/aa40b16c/attachment.html>


More information about the llvm-bugs mailing list