[llvm-bugs] Issue 3629 in oss-fuzz: ASSERT: Offset <= INT_MAX && "Offset too big to fit in int."

jus… via monorail via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 16 13:22:40 PDT 2017


Comment #2 on issue 3629 by jus... at justinbogner.com: ASSERT: Offset <=  
INT_MAX && "Offset too big to fit in int."
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3629#c2

Reproducer in IR:

source_filename = "M"

define void @f() {
BB:
   %A11 = alloca i16
   %A7 = alloca i1, i32 -1
   %L4 = load i1, i1* %A7
   store i16 -32768, i16* %A11
   br label %BB1

BB1:                                              ; preds = %BB
   %C5 = icmp eq i1 %L4, %L4
   store i1 %C5, i1* undef
   store i16*** undef, i16**** undef
   ret void
}

-- 
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/21f7af50/attachment.html>


More information about the llvm-bugs mailing list