dataset
stringclasses 3
values | file
stringlengths 7
83
| fun_name
stringlengths 2
83
| llvm_ir_function
stringlengths 61
121k
| label
stringclasses 2
values |
|---|---|---|---|---|
juliet-test-suite-c
|
CWE134_Uncontrolled_Format_String__char_connect_socket_printf_17-good
|
goodB2G
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_1, align 8
%1 = bitcast i64* %sv_1 to i8*
%2 = call i32 @strlen(i8* nonnull %1)
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%cond = icmp eq i32 %3, -1
br i1 %cond, label LBL_8, label LBL_1
LBL_1:
%4 = bitcast i64* %sv_0 to %sockaddr*
%5 = call i64* @memset(i64* nonnull %sv_0, i32 0, i32 16)
store i64 2, i64* %sv_0, align 8
%6 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%7 = call i16 @htons(i16 27015)
%8 = call i32 @connect(i32 %3, %sockaddr* nonnull %4, i32 16)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_7, label LBL_2
LBL_2:
%10 = ptrtoint i64* %sv_1 to i64
%11 = sext i32 %2 to i64
%12 = add i64 %11, %10
%13 = inttoptr i64 %12 to i64*
%14 = sub i32 99, %2
%15 = call i32 @recv(i32 %3, i64* %13, i32 %14, i32 0)
%16 = add i32 %15, 1
%17 = icmp ult i32 %16, 2
br i1 %17, label LBL_7, label LBL_3
LBL_3:
%18 = sext i32 %15 to i64
%19 = add i64 %12, %18
%20 = inttoptr i64 %19 to i8*
store i8 0, i8* %20, align 1
%21 = call i8* @strchr(i8* nonnull %1, i32 13)
%22 = icmp eq i8* %21, null
br i1 %22, label LBL_5, label LBL_4
LBL_4:
store i8 0, i8* %21, align 1
br label LBL_5
LBL_5:
%23 = call i8* @strchr(i8* nonnull %1, i32 10)
%24 = icmp eq i8* %23, null
br i1 %24, label LBL_7, label LBL_6
LBL_6:
store i8 0, i8* %23, align 1
br label LBL_7
LBL_7:
%25 = call i32 @close(i32 %3)
br label LBL_8
LBL_8:
%26 = call i32 @puts(i8* nonnull %1)
%27 = call i64 @FUNC(i64 40)
%28 = icmp eq i64 %0, %27
store i64 0, i64* %rax.0.reg2mem
br i1 %28, label LBL_10, label LBL_9
LBL_9:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_10
LBL_10:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %15, { 1, 0 }
uselistorder i32 %3, { 3, 1, 2, 0 }
uselistorder i64* %sv_0, { 2, 1, 0 }
uselistorder i8* (i8*, i32)* @strchr, { 1, 0, 2 }
uselistorder i32 -1, { 1, 0 }
uselistorder label LBL_8, { 1, 0 }
uselistorder label LBL_7, { 2, 1, 0, 3 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__src_char_alloca_cpy_12-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = ptrtoint i64* %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -97
%3 = and i64 %2, -16
store i64 %3, i64* %sv_1, align 8
%4 = inttoptr i64 %3 to i8*
%5 = call i64 @FUNC()
%6 = inttoptr i64 %3 to i64*
%7 = call i64* @memset(i64* %6, i32 65, i32 49)
%8 = add i64 %3, 49
%9 = inttoptr i64 %8 to i8*
store i8 0, i8* %9, align 1
store i64 0, i64* %sv_0, align 8
%10 = bitcast i64* %sv_0 to i8*
%11 = call i8* @strcpy(i8* nonnull %10, i8* %4)
%12 = call i64 @FUNC(i64 %3)
%13 = call i64 @FUNC(i64 40)
%14 = icmp eq i64 %1, %13
store i64 0, i64* %rax.0.reg2mem
br i1 %14, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_large_08-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_large_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%indvars.iv5.reg2mem = alloca i64
%0 = call i64 @FUNC()
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_9, label LBL_1
LBL_1:
%4 = trunc i64 %0 to i32
%5 = icmp eq i32 %4, 0
%spec.select = select i1 %5, i64 -4, i64 40
%6 = call i64* @malloc(i32 40)
%7 = ptrtoint i64* %6 to i64
%8 = icmp eq i64* %6, null
%9 = icmp eq i1 %8, false
store i64 0, i64* %indvars.iv5.reg2mem
br i1 %9, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%indvars.iv5.reload = load i64, i64* %indvars.iv5.reg2mem
%10 = mul i64 %indvars.iv5.reload, 4
%11 = add i64 %10, %7
%12 = inttoptr i64 %11 to i32*
store i32 0, i32* %12, align 4
%indvars.iv.next6 = add nuw nsw i64 %indvars.iv5.reload, 1
%exitcond7 = icmp eq i64 %indvars.iv.next6, 10
store i64 %indvars.iv.next6, i64* %indvars.iv5.reg2mem
br i1 %exitcond7, label LBL_4, label LBL_3
LBL_4:
br i1 %5, label LBL_7, label LBL_5
LBL_5:
%13 = add i64 %spec.select, %7
%14 = inttoptr i64 %13 to i32*
store i32 1, i32* %14, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_6
LBL_6:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%15 = mul i64 %indvars.iv.reload, 4
%16 = add i64 %15, %7
%17 = inttoptr i64 %16 to i32*
%18 = load i32, i32* %17, align 4
%19 = zext i32 %18 to i64
%20 = call i64 @FUNC(i64 %19)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_8, label LBL_6
LBL_7:
%21 = call i64 @FUNC(i64 ptrtoint ([32 x i8]* @gv_0 to i64))
br label LBL_8
LBL_8:
call void @free(i64* %6)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %7, { 1, 0, 2 }
uselistorder i1 %5, { 1, 0 }
uselistorder i64* %indvars.iv5.reg2mem, { 2, 0, 1 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder i64 10, { 1, 0 }
uselistorder i64 ()* @staticReturnsTrue, { 1, 0 }
uselistorder label LBL_8, { 1, 0 }
uselistorder label LBL_3, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_13-bad
|
CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%storemerge2.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i32
%0 = load i32, i32* inttoptr (i64 8336 to i32*), align 16
%1 = icmp eq i32 %0, 5
%2 = icmp eq i1 %1, false
store i32 -1, i32* %sv_0.0.reg2mem
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = call i32 @rand()
%4 = urem i32 %3, 2
%5 = icmp eq i32 %4, 0
%6 = call i32 @rand()
%7 = mul i32 %6, 1073741824
%8 = call i32 @rand()
%9 = mul i32 %8, 32768
%10 = xor i32 %9, %7
%11 = call i32 @rand()
%12 = xor i32 %10, %11
%13 = sext i1 %5 to i32
%storemerge1.in = xor i32 %12, %13
store i32 %storemerge1.in, i32* %sv_0.0.reg2mem
br label LBL_2
LBL_2:
%sv_0.0.reload = load i32, i32* %sv_0.0.reg2mem
%14 = mul i32 %sv_0.0.reload, 4
%15 = call i64* @malloc(i32 %14)
%16 = icmp eq i64* %15, null
%17 = icmp eq i1 %16, false
br i1 %17, label LBL_3, label LBL_4
LBL_3:
%18 = ptrtoint i64* %15 to i64
%19 = sext i32 %sv_0.0.reload to i64
%20 = icmp eq i32 %sv_0.0.reload, 0
store i64 0, i64* %storemerge2.reg2mem
br i1 %20, label LBL_6, label LBL_5
LBL_4:
call void @exit(i32 -1)
unreachable
LBL_5:
%storemerge2.reload = load i64, i64* %storemerge2.reg2mem
%21 = mul i64 %storemerge2.reload, 4
%22 = add i64 %21, %18
%23 = inttoptr i64 %22 to i32*
store i32 0, i32* %23, align 4
%24 = add nuw i64 %storemerge2.reload, 1
%25 = icmp ult i64 %24, %19
store i64 %24, i64* %storemerge2.reg2mem
br i1 %25, label LBL_5, label LBL_6
LBL_6:
%26 = bitcast i64* %15 to i32*
%27 = load i32, i32* %26, align 4
%28 = zext i32 %27 to i64
%29 = call i64 @FUNC(i64 %28)
call void @free(i64* %15)
ret i64 ptrtoint (i32* @1 to i64)
uselistorder i64* %15, { 0, 1, 3, 2 }
uselistorder i32 %sv_0.0.reload, { 1, 0, 2 }
uselistorder i64* %storemerge2.reg2mem, { 2, 0, 1 }
uselistorder i32 -1, { 1, 0 }
uselistorder label LBL_5, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int_loop_32-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int_loop_32_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge1.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @malloc(i32 200)
%2 = icmp eq i64* %1, null
%3 = icmp eq i1 %2, false
br i1 %3, label LBL_2, label LBL_1
LBL_1:
call void @exit(i32 -1)
unreachable
LBL_2:
%4 = ptrtoint i64* %sv_1 to i64
%5 = ptrtoint i64* %1 to i64
%6 = bitcast i64* %sv_0 to i8*
call void @FUNC(i8* nonnull %6, i64 0, i64 50)
%7 = add i64 %4, -416
store i64 0, i64* %storemerge1.reg2mem
br label LBL_3
LBL_3:
%storemerge1.reload = load i64, i64* %storemerge1.reg2mem
%8 = mul i64 %storemerge1.reload, 4
%9 = add i64 %8, %5
%10 = add i64 %7, %8
%11 = inttoptr i64 %10 to i32*
%12 = load i32, i32* %11, align 4
%13 = inttoptr i64 %9 to i32*
store i32 %12, i32* %13, align 4
%14 = add nuw nsw i64 %storemerge1.reload, 1
%exitcond = icmp eq i64 %14, 100
store i64 %14, i64* %storemerge1.reg2mem
br i1 %exitcond, label LBL_4, label LBL_3
LBL_4:
%15 = bitcast i64* %1 to i32*
%16 = load i32, i32* %15, align 4
%17 = zext i32 %16 to i64
%18 = call i64 @FUNC(i64 %17)
call void @free(i64* %1)
%19 = call i64 @FUNC(i64 40)
%20 = icmp eq i64 %0, %19
store i64 0, i64* %rax.0.reg2mem
br i1 %20, label LBL_6, label LBL_5
LBL_5:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_6
LBL_6:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %1, { 0, 1, 3, 2 }
uselistorder i64* %storemerge1.reg2mem, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE126_Buffer_Overread__char_declare_loop_13-good
|
goodG2B1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge1.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @memset(i64* nonnull %sv_3, i32 65, i32 49)
%2 = call i64* @memset(i64* nonnull %sv_2, i32 65, i32 99)
%3 = load i32, i32* inttoptr (i64 8360 to i32*), align 8
%4 = icmp eq i32 %3, 5
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_0 to i64))
br label LBL_3
LBL_2:
%6 = ptrtoint i64* %sv_2 to i64
store i64 %6, i64* %sv_0.0.reg2mem
br label LBL_3
LBL_3:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%7 = call i64* @memset(i64* nonnull %sv_1, i32 67, i32 99)
%8 = bitcast i64* %sv_1 to i8*
%9 = call i32 @strlen(i8* nonnull %8)
%10 = sext i32 %9 to i64
%11 = icmp eq i32 %9, 0
%.pre = ptrtoint i64* %sv_1 to i64
store i64 0, i64* %storemerge1.reg2mem
br i1 %11, label LBL_5, label LBL_4
LBL_4:
%storemerge1.reload = load i64, i64* %storemerge1.reg2mem
%12 = add i64 %storemerge1.reload, %sv_0.0.reload
%13 = inttoptr i64 %12 to i8*
%14 = load i8, i8* %13, align 1
%15 = add i64 %storemerge1.reload, %.pre
%16 = inttoptr i64 %15 to i8*
store i8 %14, i8* %16, align 1
%17 = add nuw i64 %storemerge1.reload, 1
%18 = icmp ult i64 %17, %10
store i64 %17, i64* %storemerge1.reg2mem
br i1 %18, label LBL_4, label LBL_5
LBL_5:
%19 = call i64 @FUNC(i64 %.pre)
%20 = call i64 @FUNC(i64 40)
%21 = icmp eq i64 %0, %20
store i64 0, i64* %rax.0.reg2mem
br i1 %21, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge1.reload, { 0, 2, 1 }
uselistorder i64 %.pre, { 1, 0 }
uselistorder i64* %sv_2, { 1, 0 }
uselistorder i64* %storemerge1.reg2mem, { 2, 0, 1 }
uselistorder label LBL_4, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__short_rand_square_10-bad
|
CWE190_Integer_Overflow__short_rand_square_10_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_3, label LBL_1
LBL_1:
%2 = call i32 @rand()
%3 = call i32 @rand()
%4 = call i32 @rand()
%5 = call i32 @rand()
%.pr = load i32, i32* @gv_0, align 4
%6 = icmp eq i32 %.pr, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %6, label LBL_3, label LBL_2
LBL_2:
%7 = urem i32 %2, 2
%8 = icmp eq i32 %7, 0
%9 = mul i32 %4, 32768
%10 = xor i32 %5, %9
%11 = sext i1 %8 to i32
%storemerge.in = xor i32 %10, %11
%12 = urem i32 %storemerge.in, 65536
%narrow = mul i32 %storemerge.in, 65536
%sext2 = mul i32 %narrow, %12
%13 = ashr exact i32 %sext2, 16
%14 = zext i32 %13 to i64
%15 = call i64 @FUNC(i64 %14)
store i64 %15, i64* %rax.0.reg2mem
br label LBL_3
LBL_3:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %rax.0.reg2mem, { 0, 2, 3, 1 }
uselistorder label LBL_3, { 1, 2, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__int_connect_socket_square_10-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.1.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
store i32 0, i32* %sv_0.1.reg2mem
br i1 %2, label LBL_6, label LBL_1
LBL_1:
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%4 = icmp eq i32 %3, -1
store i32 0, i32* %sv_0.1.reg2mem
br i1 %4, label LBL_6, label LBL_2
LBL_2:
%5 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%6 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_1, i64 0, i64 0))
%7 = call i16 @htons(i16 27015)
%8 = bitcast i64* %sv_2 to %sockaddr*
%9 = call i32 @connect(i32 %3, %sockaddr* nonnull %8, i32 16)
%10 = icmp eq i32 %9, -1
store i32 0, i32* %sv_0.0.ph.reg2mem
br i1 %10, label LBL_5, label LBL_3
LBL_3:
%11 = call i32 @recv(i32 %3, i64* nonnull %sv_1, i32 13, i32 0)
%12 = add i32 %11, 1
%13 = icmp ult i32 %12, 2
store i32 0, i32* %sv_0.0.ph.reg2mem
br i1 %13, label LBL_5, label LBL_4
LBL_4:
%14 = ptrtoint i64* %sv_3 to i64
%15 = sext i32 %11 to i64
%16 = add i64 %14, -22
%17 = add i64 %16, %15
%18 = inttoptr i64 %17 to i8*
store i8 0, i8* %18, align 1
%19 = bitcast i64* %sv_1 to i8*
%20 = call i32 @atoi(i8* nonnull %19)
store i32 %20, i32* %sv_0.0.ph.reg2mem
br label LBL_5
LBL_5:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%21 = call i32 @close(i32 %3)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.reg2mem
br label LBL_6
LBL_6:
%22 = load i32, i32* @gv_2, align 4
%23 = icmp eq i32 %22, 0
br i1 %23, label LBL_8, label LBL_7
LBL_7:
%24 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_3 to i64))
br label LBL_11
LBL_8:
%sv_0.1.reload = load i32, i32* %sv_0.1.reg2mem
%sv_0.1.off = add i32 %sv_0.1.reload, 46339
%25 = icmp ugt i32 %sv_0.1.off, 92678
br i1 %25, label LBL_10, label LBL_9
LBL_9:
%26 = mul i32 %sv_0.1.reload, %sv_0.1.reload
%27 = zext i32 %26 to i64
%28 = call i64 @FUNC(i64 %27)
br label LBL_11
LBL_10:
%29 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_4 to i64))
br label LBL_11
LBL_11:
%30 = call i64 @FUNC(i64 40)
%31 = icmp eq i64 %0, %30
store i64 0, i64* %rax.0.reg2mem
br i1 %31, label LBL_13, label LBL_12
LBL_12:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_13
LBL_13:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %sv_0.1.reload, { 1, 0, 2 }
uselistorder i32 %11, { 1, 0 }
uselistorder i32 %3, { 2, 0, 1, 3 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 3, 2, 1 }
uselistorder i32* %sv_0.1.reg2mem, { 0, 2, 1, 3 }
uselistorder label LBL_6, { 1, 0, 2 }
uselistorder label LBL_5, { 1, 2, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE415_Double_Free__malloc_free_int64_t_31-good
|
goodB2G
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = call i64* @malloc(i32 ptrtoint (i32* @gv_0 to i32))
%1 = icmp eq i64* %0, null
%2 = icmp eq i1 %1, false
br i1 %2, label LBL_2, label LBL_1
LBL_1:
call void @exit(i32 -1)
unreachable
LBL_2:
%3 = ptrtoint i64* %0 to i64
call void @free(i64* %0)
ret i64 %3
uselistorder i64* %0, { 0, 2, 1 }
uselistorder void (i64*)* @free, { 1, 0, 2 }
uselistorder void (i32)* @exit, { 1, 0, 2 }
uselistorder i64* (i32)* @malloc, { 1, 0, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE843_Type_Confusion__char_34-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i32*, align 8
%0 = call i64 @FUNC(i64 40)
%1 = bitcast i32** %sv_0 to i32*
store i32* %1, i32** %sv_0, align 8
%2 = ptrtoint i32** %sv_0 to i64
%3 = and i64 %2, 4294967288
%4 = call i64 @FUNC(i64 %3)
%5 = call i64 @FUNC(i64 40)
%6 = icmp eq i64 %0, %5
store i64 0, i64* %rax.0.reg2mem
br i1 %6, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32** %sv_0, { 0, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE252_Unchecked_Return_Value__char_fscanf_05-bad
|
CWE252_Unchecked_Return_Value__char_fscanf_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_2, label LBL_1
LBL_1:
store i64 0, i64* %sv_0, align 8
%3 = load %_IO_FILE*, %_IO_FILE** @gv_1, align 8
%4 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %3, i8* getelementptr inbounds ([5 x i8], [5 x i8]* @gv_2, i64 0, i64 0), i64* nonnull %sv_0)
br label LBL_2
LBL_2:
%5 = call i64 @FUNC(i64 40)
%6 = icmp eq i64 %0, %5
store i64 0, i64* %rax.0.reg2mem
br i1 %6, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder %_IO_FILE** @gv_1, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE194_Unexpected_Sign_Extension__fscanf_strncpy_12-bad
|
CWE194_Unexpected_Sign_Extension__fscanf_strncpy_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%sv_2 = alloca i16, align 2
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i16 0, i16* %sv_2, align 2
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%5 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %4, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @gv_1, i64 0, i64 0), i16* nonnull %sv_2)
br label LBL_3
LBL_2:
store i16 99, i16* %sv_2, align 2
br label LBL_3
LBL_3:
store i64 0, i64* %sv_1, align 8
%6 = call i64* @memset(i64* nonnull %sv_0, i32 65, i32 99)
%7 = load i16, i16* %sv_2, align 2
%8 = icmp sgt i16 %7, 99
br i1 %8, label LBL_5, label LBL_4
LBL_4:
%9 = ptrtoint i64* %sv_3 to i64
%10 = bitcast i64* %sv_1 to i8*
%11 = bitcast i64* %sv_0 to i8*
%12 = sext i16 %7 to i32
%13 = call i8* @strncpy(i8* nonnull %10, i8* nonnull %11, i32 %12)
%14 = load i16, i16* %sv_2, align 2
%15 = sext i16 %14 to i64
%16 = add i64 %9, -112
%17 = add i64 %16, %15
%18 = inttoptr i64 %17 to i8*
store i8 0, i8* %18, align 1
br label LBL_5
LBL_5:
%19 = call i64 @FUNC(i64* nonnull %sv_1)
%20 = call i64 @FUNC(i64 40)
%21 = icmp eq i64 %0, %20
store i64 0, i64* %rax.0.reg2mem
br i1 %21, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i16* %sv_2, { 1, 2, 3, 0, 4 }
uselistorder i8 0, { 1, 2, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__int64_t_rand_multiply_07-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 5
%2 = icmp eq i1 %1, false
br i1 %2, label LBL_1, label LBL_2
LBL_1:
%3 = zext i32 %0 to i64
store i64 %3, i64* %rax.0.reg2mem
br label LBL_6
LBL_2:
%4 = call i32 @rand()
%5 = urem i32 %4, 2
%6 = icmp eq i32 %5, 0
%7 = call i32 @rand()
%8 = zext i32 %7 to i64
%9 = mul i64 %8, 1152921504606846976
%10 = call i32 @rand()
%11 = zext i32 %10 to i64
%12 = mul i64 %11, 35184372088832
%13 = call i32 @rand()
%14 = sext i32 %13 to i64
%15 = mul i64 %14, 1073741824
%16 = call i32 @rand()
%17 = sext i32 %16 to i64
%18 = mul i64 %17, 32768
%19 = call i32 @rand()
%20 = sext i32 %19 to i64
%21 = sext i1 %6 to i64
%22 = xor i64 %9, %21
%23 = xor i64 %22, %12
%24 = xor i64 %23, %15
%25 = xor i64 %24, %18
%storemerge = xor i64 %25, %20
%26 = load i32, i32* @gv_0, align 4
%27 = zext i32 %26 to i64
%28 = icmp eq i32 %26, 5
%29 = icmp eq i1 %28, false
%30 = icmp slt i64 %storemerge, 1
%or.cond = or i1 %29, %30
store i64 %27, i64* %rax.0.reg2mem
br i1 %or.cond, label LBL_6, label LBL_3
LBL_3:
%31 = icmp sgt i64 %storemerge, 4611686018427387902
br i1 %31, label LBL_5, label LBL_4
LBL_4:
%32 = mul i64 %storemerge, 2
%33 = call i64 @FUNC(i64 %32)
store i64 %33, i64* %rax.0.reg2mem
br label LBL_6
LBL_5:
%34 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_1 to i64))
store i64 %34, i64* %rax.0.reg2mem
br label LBL_6
LBL_6:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge, { 0, 2, 1 }
uselistorder i64* %rax.0.reg2mem, { 0, 3, 2, 4, 1 }
uselistorder label LBL_6, { 1, 2, 3, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__char_pointer_11-bad
|
CWE457_Use_of_Uninitialized_Variable__char_pointer_11_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = alloca i64
%rax.0.reg2mem = alloca i64
%1 = load i64, i64* %0
%2 = call i64 @FUNC()
%3 = call i64 @FUNC()
%4 = trunc i64 %3 to i32
%5 = icmp eq i32 %4, 0
store i64 %3, i64* %rax.0.reg2mem
br i1 %5, label LBL_2, label LBL_1
LBL_1:
%6 = call i64 @FUNC(i64 %1)
store i64 %6, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 ()* @globalReturnsTrue, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE124_Buffer_Underwrite__CWE839_fgets_14-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%2 = icmp eq i32 %1, 5
%3 = icmp eq i1 %2, false
store i32 -1, i32* %sv_0.0.reg2mem
br i1 %3, label LBL_4, label LBL_1
LBL_1:
store i64 0, i64* %sv_1, align 8
%4 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%5 = bitcast i64* %sv_1 to i8*
%6 = call i8* @fgets(i8* nonnull %5, i32 14, %_IO_FILE* %4)
%7 = icmp eq i8* %6, null
br i1 %7, label LBL_3, label LBL_2
LBL_2:
%8 = call i32 @atoi(i8* nonnull %5)
store i32 %8, i32* %sv_0.0.reg2mem
br label LBL_4
LBL_3:
%9 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_1 to i64))
store i32 -1, i32* %sv_0.0.reg2mem
br label LBL_4
LBL_4:
%10 = load i32, i32* @gv_2, align 4
%11 = icmp eq i32 %10, 5
br i1 %11, label LBL_6, label LBL_5
LBL_5:
%12 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_3 to i64))
br label LBL_10
LBL_6:
%sv_0.0.reload = load i32, i32* %sv_0.0.reg2mem
%13 = icmp ugt i32 %sv_0.0.reload, 9
br i1 %13, label LBL_9, label LBL_7
LBL_7:
%14 = ptrtoint i64* %sv_2 to i64
%15 = sext i32 %sv_0.0.reload to i64
%16 = mul i64 %15, 4
%17 = add i64 %14, -64
%18 = add i64 %16, %17
%19 = inttoptr i64 %18 to i32*
store i32 1, i32* %19, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_8
LBL_8:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%20 = mul i64 %indvars.iv.reload, 4
%21 = add i64 %20, %17
%22 = inttoptr i64 %21 to i32*
%23 = load i32, i32* %22, align 4
%24 = zext i32 %23 to i64
%25 = call i64 @FUNC(i64 %24)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_10, label LBL_8
LBL_9:
%26 = call i64 @FUNC(i64 ptrtoint ([36 x i8]* @gv_4 to i64))
br label LBL_10
LBL_10:
%27 = call i64 @FUNC(i64 40)
%28 = icmp eq i64 %0, %27
store i64 0, i64* %rax.0.reg2mem
br i1 %28, label LBL_12, label LBL_11
LBL_11:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_12
LBL_12:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32* %sv_0.0.reg2mem, { 0, 2, 1, 3 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder label LBL_10, { 1, 0, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int_connect_socket_postdec_09-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.045.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i32 @socket(i32 2, i32 1, i32 6)
%2 = icmp eq i32 %1, -1
store i32 0, i32* %sv_0.045.reg2mem
br i1 %2, label LBL_5, label LBL_1
LBL_1:
%3 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%4 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%5 = call i16 @htons(i16 27015)
%6 = bitcast i64* %sv_2 to %sockaddr*
%7 = call i32 @connect(i32 %1, %sockaddr* nonnull %6, i32 16)
%8 = icmp eq i32 %7, -1
br i1 %8, label LBL_3, label LBL_2
LBL_2:
%9 = call i32 @recv(i32 %1, i64* nonnull %sv_1, i32 13, i32 0)
%10 = add i32 %9, 1
%11 = icmp ult i32 %10, 2
br i1 %11, label LBL_3, label LBL_4
LBL_3:
%12 = call i32 @close(i32 %1)
store i32 0, i32* %sv_0.045.reg2mem
br label LBL_5
LBL_4:
%13 = ptrtoint i64* %sv_3 to i64
%14 = sext i32 %9 to i64
%15 = add i64 %13, -22
%16 = add i64 %15, %14
%17 = inttoptr i64 %16 to i8*
store i8 0, i8* %17, align 1
%18 = bitcast i64* %sv_1 to i8*
%19 = call i32 @atoi(i8* nonnull %18)
%20 = call i32 @close(i32 %1)
%21 = icmp eq i32 %19, -2147483648
store i32 %19, i32* %sv_0.045.reg2mem
br i1 %21, label LBL_6, label LBL_5
LBL_5:
%sv_0.045.reload = load i32, i32* %sv_0.045.reg2mem
%22 = add i32 %sv_0.045.reload, -1
%23 = zext i32 %22 to i64
%24 = call i64 @FUNC(i64 %23)
br label LBL_7
LBL_6:
%25 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_1 to i64))
br label LBL_7
LBL_7:
%26 = call i64 @FUNC(i64 40)
%27 = icmp eq i64 %0, %26
store i64 0, i64* %rax.0.reg2mem
br i1 %27, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %9, { 1, 0 }
uselistorder i32 %1, { 3, 0, 1, 2, 4 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.045.reg2mem, { 0, 3, 2, 1 }
uselistorder i32 (i8*)* @atoi, { 1, 0, 2 }
uselistorder i32 (i32)* @close, { 3, 0, 2, 1, 4 }
uselistorder i32 (i32, i64*, i32, i32)* @recv, { 1, 0, 2 }
uselistorder i32 (i32, %sockaddr*, i32)* @connect, { 1, 0, 2 }
uselistorder i16 (i16)* @htons, { 1, 0, 2 }
uselistorder i32 (i8*)* @inet_addr, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
uselistorder label LBL_5, { 2, 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memmove_10-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge1.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
store i64 0, i64* %sv_0.0.reg2mem
br i1 %2, label LBL_3, label LBL_1
LBL_1:
%3 = call i64* @malloc(i32 ptrtoint (i32* @gv_1 to i32))
%4 = ptrtoint i64* %3 to i64
%5 = icmp eq i64* %3, null
%6 = icmp eq i1 %5, false
store i64 %4, i64* %sv_0.0.reg2mem
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%7 = ptrtoint i64* %sv_2 to i64
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
store i64 0, i64* %storemerge1.reg2mem
br label LBL_4
LBL_4:
%storemerge1.reload = load i64, i64* %storemerge1.reg2mem
%8 = mul i64 %storemerge1.reload, 8
%9 = add i64 %8, %7
%10 = add i64 %9, -816
%11 = inttoptr i64 %10 to i32*
store i32 0, i32* %11, align 8
%12 = add i64 %9, -812
%13 = inttoptr i64 %12 to i32*
store i32 0, i32* %13, align 4
%14 = add nuw nsw i64 %storemerge1.reload, 1
%exitcond = icmp eq i64 %14, 100
store i64 %14, i64* %storemerge1.reg2mem
br i1 %exitcond, label LBL_5, label LBL_4
LBL_5:
%15 = inttoptr i64 %sv_0.0.reload to i64*
%16 = call i64* @memmove(i64* %15, i64* nonnull %sv_1, i32 ptrtoint (i32* @gv_1 to i32))
%17 = call i64 @FUNC(i64 %sv_0.0.reload)
call void @free(i64* %15)
%18 = call i64 @FUNC(i64 40)
%19 = icmp eq i64 %0, %18
store i64 0, i64* %rax.0.reg2mem
br i1 %19, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %storemerge1.reg2mem, { 1, 0, 2 }
uselistorder void (i64*)* @free, { 1, 0, 2 }
uselistorder i64 (i64)* @printStructLine, { 1, 0 }
uselistorder void (i32)* @exit, { 1, 0, 2 }
uselistorder i32 ptrtoint (i32* @gv_1 to i32), { 0, 1, 3, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE690_NULL_Deref_From_Return__int_malloc_10-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64* @malloc(i32 4)
%1 = load i32, i32* @gv_0, align 4
%2 = zext i32 %1 to i64
%3 = icmp eq i32 %1, 0
%4 = icmp eq i64* %0, null
%or.cond = or i1 %4, %3
store i64 %2, i64* %rax.0.reg2mem
br i1 %or.cond, label LBL_2, label LBL_1
LBL_1:
%5 = bitcast i64* %0 to i32*
store i32 5, i32* %5, align 4
%6 = call i64 @FUNC(i64 5)
call void @free(i64* nonnull %0)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder void (i64*)* @free, { 1, 0, 2 }
uselistorder i64 (i64)* @printIntLine, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__double_array_alloca_partial_init_11-bad
|
CWE457_Use_of_Uninitialized_Variable__double_array_alloca_partial_init_11_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%xmm0.03.reg2mem = alloca i128
%indvars.iv5.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = ptrtoint i64* %sv_0 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -81
%3 = and i64 %2, -16
%4 = call i64 @FUNC()
%5 = trunc i64 %4 to i32
%6 = icmp eq i32 %5, 0
store i64 0, i64* %indvars.iv5.reg2mem
br i1 %6, label LBL_2, label LBL_1
LBL_1:
%xmm0.03.reload = load i128, i128* %xmm0.03.reg2mem
%indvars.iv5.reload = load i64, i64* %indvars.iv5.reg2mem
%7 = mul i64 %indvars.iv5.reload, 8
%8 = add i64 %7, %3
%9 = call i128 @FUNC(i128 %xmm0.03.reload, i128 %xmm0.03.reload)
%10 = trunc i64 %indvars.iv5.reload to i32
%11 = call i128 @FUNC(i32 %10)
%12 = call i64 @FUNC(i128 %11)
%13 = inttoptr i64 %8 to i64*
store i64 %12, i64* %13, align 8
%indvars.iv.next6 = add nuw nsw i64 %indvars.iv5.reload, 1
%exitcond7 = icmp eq i64 %indvars.iv.next6, 5
store i64 %indvars.iv.next6, i64* %indvars.iv5.reg2mem
store i128 %11, i128* %xmm0.03.reg2mem
br i1 %exitcond7, label LBL_2, label LBL_1
LBL_2:
%14 = call i64 @FUNC()
%15 = trunc i64 %14 to i32
%16 = icmp eq i32 %15, 0
store i64 0, i64* %indvars.iv.reg2mem
br i1 %16, label LBL_4, label LBL_3
LBL_3:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%17 = mul i64 %indvars.iv.reload, 8
%18 = add i64 %17, %3
%19 = inttoptr i64 %18 to i64*
%20 = load i64, i64* %19, align 8
%21 = call i128 @FUNC(i64 %20)
%22 = call i64 @FUNC()
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_4, label LBL_3
LBL_4:
%23 = call i64 @FUNC(i64 40)
%24 = icmp eq i64 %1, %23
store i64 0, i64* %rax.0.reg2mem
br i1 %24, label LBL_6, label LBL_5
LBL_5:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_6
LBL_6:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i128 %xmm0.03.reload, { 1, 0 }
uselistorder i64* %indvars.iv5.reg2mem, { 2, 0, 1 }
uselistorder i128* %xmm0.03.reg2mem, { 1, 0 }
uselistorder i64* %indvars.iv.reg2mem, { 2, 0, 1 }
uselistorder i64 ()* @globalReturnsTrue, { 1, 0 }
uselistorder label LBL_3, { 1, 0 }
uselistorder label LBL_1, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE690_NULL_Deref_From_Return__char_realloc_12-bad
|
CWE690_NULL_Deref_From_Return__char_realloc_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64* @realloc(i64* null, i32 20)
%1 = ptrtoint i64* %0 to i64
%2 = call i64 @FUNC()
%3 = trunc i64 %2 to i32
%4 = icmp eq i32 %3, 0
br i1 %4, label LBL_2, label LBL_1
LBL_1:
store i64 7596553777019711049, i64* %0, align 8
%5 = add i64 %1, 8
%6 = inttoptr i64 %5 to i16*
store i16 25978, i16* %6, align 2
%7 = add i64 %1, 10
%8 = inttoptr i64 %7 to i8*
store i8 0, i8* %8, align 1
%9 = call i64 @FUNC(i64 %1)
call void @free(i64* %0)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_2:
%10 = icmp eq i64* %0, null
store i64 %2, i64* %rax.0.reg2mem
br i1 %10, label LBL_4, label LBL_3
LBL_3:
store i64 7596553777019711049, i64* %0, align 8
%11 = add i64 %1, 8
%12 = inttoptr i64 %11 to i16*
store i16 25978, i16* %12, align 2
%13 = add i64 %1, 10
%14 = inttoptr i64 %13 to i8*
store i8 0, i8* %14, align 1
%15 = call i64 @FUNC(i64 %1)
call void @free(i64* nonnull %0)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %1, { 1, 5, 4, 0, 3, 2 }
uselistorder i64* %rax.0.reg2mem, { 0, 2, 3, 1 }
uselistorder void (i64*)* @free, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE806_char_declare_loop_04-good
|
goodG2B1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge2.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = bitcast i64* %sv_1 to i8*
%2 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 49)
%3 = ptrtoint i64* %sv_1 to i64
%4 = add i64 %3, 49
%5 = inttoptr i64 %4 to i8*
store i8 0, i8* %5, align 1
store i64 0, i64* %sv_0, align 8
%6 = call i32 @strlen(i8* nonnull %1)
%7 = icmp eq i32 %6, 0
br i1 %7, label LBL_3, label LBL_1
LBL_1:
%8 = sext i32 %6 to i64
%9 = ptrtoint i64* %sv_0 to i64
store i64 0, i64* %storemerge2.reg2mem
br label LBL_2
LBL_2:
%storemerge2.reload = load i64, i64* %storemerge2.reg2mem
%10 = add i64 %storemerge2.reload, %3
%11 = inttoptr i64 %10 to i8*
%12 = load i8, i8* %11, align 1
%13 = add i64 %storemerge2.reload, %9
%14 = inttoptr i64 %13 to i8*
store i8 %12, i8* %14, align 1
%15 = add nuw i64 %storemerge2.reload, 1
%16 = icmp ult i64 %15, %8
store i64 %15, i64* %storemerge2.reg2mem
br i1 %16, label LBL_2, label LBL_3
LBL_3:
%17 = call i64 @FUNC(i64 %3)
%18 = call i64 @FUNC(i64 40)
%19 = icmp eq i64 %0, %18
store i64 0, i64* %rax.0.reg2mem
br i1 %19, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge2.reload, { 0, 2, 1 }
uselistorder i32 %6, { 1, 0 }
uselistorder i64 %3, { 1, 0, 2 }
uselistorder i64* %storemerge2.reg2mem, { 1, 0, 2 }
uselistorder label LBL_2, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__char_rand_multiply_15-bad
|
CWE191_Integer_Underflow__char_rand_multiply_15_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i32 @rand()
%1 = urem i32 %0, 2
%2 = icmp eq i32 %1, 0
%3 = call i32 @rand()
%4 = call i32 @rand()
%5 = call i32 @rand()
%6 = sub i32 0, %5
%7 = sub i32 %6, 1
%8 = zext i32 %7 to i64
%9 = sext i32 %5 to i64
%storemerge = select i1 %2, i64 %8, i64 %9
%10 = trunc i64 %storemerge to i8
%11 = icmp slt i8 %10, 0
%12 = icmp eq i1 %11, false
store i64 %storemerge, i64* %rax.0.reg2mem
br i1 %12, label LBL_2, label LBL_1
LBL_1:
%13 = trunc i64 %storemerge to i32
%sext = mul i32 %13, 33554432
%14 = ashr exact i32 %sext, 24
%15 = zext i32 %14 to i64
%16 = call i64 @FUNC(i64 %15)
store i64 %16, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge, { 1, 0, 2 }
uselistorder i32 %5, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_memmove_13-bad
|
CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_memmove_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* inttoptr (i64 8336 to i32*), align 16
%2 = icmp eq i32 %1, 5
%3 = icmp eq i1 %2, false
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = ptrtoint i64* %sv_1 to i64
%5 = add i64 %4, -17
%6 = and i64 %5, -16
store i64 %6, i64* %sv_1, align 8
%7 = inttoptr i64 %6 to i8*
store i8 0, i8* %7, align 16
br label LBL_2
LBL_2:
store i64 4702111234474983745, i64* %sv_0, align 8
%8 = bitcast i64* %sv_0 to i8*
%9 = call i32 @strlen(i8* nonnull %8)
%10 = add i32 %9, 1
%11 = load i64, i64* %sv_1, align 8
%12 = inttoptr i64 %11 to i64*
%13 = call i64* @memmove(i64* %12, i64* nonnull %sv_0, i32 %10)
%14 = load i64, i64* %sv_1, align 8
%15 = call i64 @FUNC(i64 %14)
%16 = call i64 @FUNC(i64 40)
%17 = icmp eq i64 %0, %16
store i64 0, i64* %rax.0.reg2mem
br i1 %17, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %6, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE78_OS_Command_Injection__char_connect_socket_popen_17-bad
|
CWE78_OS_Command_Injection__char_connect_socket_popen_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 2126700, i64* %sv_1, align 8
%1 = bitcast i64* %sv_1 to i8*
%2 = call i32 @strlen(i8* nonnull %1)
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%cond = icmp eq i32 %3, -1
br i1 %cond, label LBL_8, label LBL_1
LBL_1:
%4 = bitcast i64* %sv_0 to %sockaddr*
%5 = call i64* @memset(i64* nonnull %sv_0, i32 0, i32 16)
store i64 2, i64* %sv_0, align 8
%6 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%7 = call i16 @htons(i16 27015)
%8 = call i32 @connect(i32 %3, %sockaddr* nonnull %4, i32 16)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_7, label LBL_2
LBL_2:
%10 = ptrtoint i64* %sv_1 to i64
%11 = sext i32 %2 to i64
%12 = add i64 %11, %10
%13 = inttoptr i64 %12 to i64*
%14 = sub i32 99, %2
%15 = call i32 @recv(i32 %3, i64* %13, i32 %14, i32 0)
%16 = add i32 %15, 1
%17 = icmp ult i32 %16, 2
br i1 %17, label LBL_7, label LBL_3
LBL_3:
%18 = sext i32 %15 to i64
%19 = add i64 %12, %18
%20 = inttoptr i64 %19 to i8*
store i8 0, i8* %20, align 1
%21 = call i8* @strchr(i8* nonnull %1, i32 13)
%22 = icmp eq i8* %21, null
br i1 %22, label LBL_5, label LBL_4
LBL_4:
store i8 0, i8* %21, align 1
br label LBL_5
LBL_5:
%23 = call i8* @strchr(i8* nonnull %1, i32 10)
%24 = icmp eq i8* %23, null
br i1 %24, label LBL_7, label LBL_6
LBL_6:
store i8 0, i8* %23, align 1
br label LBL_7
LBL_7:
%25 = call i32 @close(i32 %3)
br label LBL_8
LBL_8:
%26 = call %_IO_FILE* @popen(i8* nonnull %1, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @gv_1, i64 0, i64 0))
%27 = icmp eq %_IO_FILE* %26, null
br i1 %27, label LBL_10, label LBL_9
LBL_9:
%28 = call i32 @pclose(%_IO_FILE* nonnull %26)
br label LBL_10
LBL_10:
%29 = call i64 @FUNC(i64 40)
%30 = icmp eq i64 %0, %29
store i64 0, i64* %rax.0.reg2mem
br i1 %30, label LBL_12, label LBL_11
LBL_11:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_12
LBL_12:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %15, { 1, 0 }
uselistorder i32 %3, { 3, 1, 2, 0 }
uselistorder i8* %1, { 3, 0, 1, 2 }
uselistorder i64* %sv_0, { 2, 1, 0 }
uselistorder i8* (i8*, i32)* @strchr, { 1, 0, 2 }
uselistorder i32 -1, { 1, 0 }
uselistorder label LBL_7, { 2, 1, 0, 3 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__char_fscanf_postinc_01-good
|
goodB2G
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i8, align 1
%0 = call i64 @FUNC(i64 40)
store i8 32, i8* %sv_0, align 1
%1 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%2 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %1, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_1, i64 0, i64 0), i8* nonnull %sv_0)
%3 = load i8, i8* %sv_0, align 1
%4 = icmp eq i8 %3, 127
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = add i8 %3, 1
store i8 %5, i8* %sv_0, align 1
%6 = sext i8 %5 to i64
%7 = and i64 %6, 4294967295
%8 = call i64 @FUNC(i64 %7)
br label LBL_3
LBL_2:
%9 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_2 to i64))
br label LBL_3
LBL_3:
%10 = call i64 @FUNC(i64 40)
%11 = icmp eq i64 %0, %10
store i64 0, i64* %rax.0.reg2mem
br i1 %11, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i8* %sv_0, { 1, 2, 0, 3 }
uselistorder i64 (i64)* @printHexCharLine, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_connect_socket_32-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_connect_socket_32_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%indvars.iv9.reg2mem = alloca i64
%sv_0.06.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i32 @socket(i32 2, i32 1, i32 6)
%2 = icmp eq i32 %1, -1
store i32 -1, i32* %sv_0.06.reg2mem
br i1 %2, label LBL_5, label LBL_1
LBL_1:
%3 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%4 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%5 = call i16 @htons(i16 27015)
%6 = bitcast i64* %sv_2 to %sockaddr*
%7 = call i32 @connect(i32 %1, %sockaddr* nonnull %6, i32 16)
%8 = icmp eq i32 %7, -1
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %8, label LBL_4, label LBL_2
LBL_2:
%9 = call i32 @recv(i32 %1, i64* nonnull %sv_1, i32 13, i32 0)
%10 = add i32 %9, 1
%11 = icmp ult i32 %10, 2
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %11, label LBL_4, label LBL_3
LBL_3:
%12 = ptrtoint i64* %sv_3 to i64
%13 = sext i32 %9 to i64
%14 = add i64 %12, -22
%15 = add i64 %14, %13
%16 = inttoptr i64 %15 to i8*
store i8 0, i8* %16, align 1
%17 = bitcast i64* %sv_1 to i8*
%18 = call i32 @atoi(i8* nonnull %17)
store i32 %18, i32* %sv_0.0.ph.reg2mem
br label LBL_4
LBL_4:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%19 = call i32 @close(i32 %1)
store i32 %sv_0.0.ph.reload, i32* %sv_0.06.reg2mem
br label LBL_5
LBL_5:
%sv_0.06.reload = load i32, i32* %sv_0.06.reg2mem
%20 = call i64* @malloc(i32 40)
%21 = ptrtoint i64* %20 to i64
%22 = icmp eq i64* %20, null
%23 = icmp eq i1 %22, false
store i64 0, i64* %indvars.iv9.reg2mem
br i1 %23, label LBL_7, label LBL_6
LBL_6:
call void @exit(i32 -1)
unreachable
LBL_7:
%indvars.iv9.reload = load i64, i64* %indvars.iv9.reg2mem
%24 = mul i64 %indvars.iv9.reload, 4
%25 = add i64 %24, %21
%26 = inttoptr i64 %25 to i32*
store i32 0, i32* %26, align 4
%indvars.iv.next10 = add nuw nsw i64 %indvars.iv9.reload, 1
%exitcond11 = icmp eq i64 %indvars.iv.next10, 10
store i64 %indvars.iv.next10, i64* %indvars.iv9.reg2mem
br i1 %exitcond11, label LBL_8, label LBL_7
LBL_8:
%27 = icmp slt i32 %sv_0.06.reload, 0
br i1 %27, label LBL_11, label LBL_9
LBL_9:
%28 = sext i32 %sv_0.06.reload to i64
%29 = mul i64 %28, 4
%30 = add i64 %29, %21
%31 = inttoptr i64 %30 to i32*
store i32 1, i32* %31, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_10
LBL_10:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%32 = mul i64 %indvars.iv.reload, 4
%33 = add i64 %32, %21
%34 = inttoptr i64 %33 to i32*
%35 = load i32, i32* %34, align 4
%36 = zext i32 %35 to i64
%37 = call i64 @FUNC(i64 %36)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_12, label LBL_10
LBL_11:
%38 = call i64 @FUNC(i64 ptrtoint ([32 x i8]* @gv_1 to i64))
br label LBL_12
LBL_12:
call void @free(i64* %20)
%39 = call i64 @FUNC(i64 40)
%40 = icmp eq i64 %0, %39
store i64 0, i64* %rax.0.reg2mem
br i1 %40, label LBL_14, label LBL_13
LBL_13:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_14
LBL_14:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %21, { 0, 2, 1 }
uselistorder i32 %sv_0.06.reload, { 1, 0 }
uselistorder i32 %9, { 1, 0 }
uselistorder i32 %1, { 2, 0, 1, 3 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 3, 2, 1 }
uselistorder i32* %sv_0.06.reg2mem, { 0, 2, 1 }
uselistorder i64* %indvars.iv9.reg2mem, { 2, 0, 1 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder i64 10, { 1, 0 }
uselistorder i32 -1, { 5, 2, 1, 3, 0, 4 }
uselistorder label LBL_12, { 1, 0 }
uselistorder label LBL_7, { 1, 0 }
uselistorder label LBL_5, { 1, 0 }
uselistorder label LBL_4, { 1, 2, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int_connect_socket_predec_11-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.1.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
store i32 0, i32* %sv_0.1.reg2mem
br i1 %3, label LBL_6, label LBL_1
LBL_1:
%4 = call i32 @socket(i32 2, i32 1, i32 6)
%5 = icmp eq i32 %4, -1
store i32 0, i32* %sv_0.1.reg2mem
br i1 %5, label LBL_6, label LBL_2
LBL_2:
%6 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%7 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%8 = call i16 @htons(i16 27015)
%9 = bitcast i64* %sv_2 to %sockaddr*
%10 = call i32 @connect(i32 %4, %sockaddr* nonnull %9, i32 16)
%11 = icmp eq i32 %10, -1
store i32 0, i32* %sv_0.0.ph.reg2mem
br i1 %11, label LBL_5, label LBL_3
LBL_3:
%12 = call i32 @recv(i32 %4, i64* nonnull %sv_1, i32 13, i32 0)
%13 = add i32 %12, 1
%14 = icmp ult i32 %13, 2
store i32 0, i32* %sv_0.0.ph.reg2mem
br i1 %14, label LBL_5, label LBL_4
LBL_4:
%15 = ptrtoint i64* %sv_3 to i64
%16 = sext i32 %12 to i64
%17 = add i64 %15, -22
%18 = add i64 %17, %16
%19 = inttoptr i64 %18 to i8*
store i8 0, i8* %19, align 1
%20 = bitcast i64* %sv_1 to i8*
%21 = call i32 @atoi(i8* nonnull %20)
store i32 %21, i32* %sv_0.0.ph.reg2mem
br label LBL_5
LBL_5:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%22 = call i32 @close(i32 %4)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.reg2mem
br label LBL_6
LBL_6:
%23 = call i64 @FUNC()
%24 = trunc i64 %23 to i32
%25 = icmp eq i32 %24, 0
br i1 %25, label LBL_10, label LBL_7
LBL_7:
%sv_0.1.reload = load i32, i32* %sv_0.1.reg2mem
%26 = icmp eq i32 %sv_0.1.reload, -2147483648
br i1 %26, label LBL_9, label LBL_8
LBL_8:
%27 = add i32 %sv_0.1.reload, -1
%28 = zext i32 %27 to i64
%29 = call i64 @FUNC(i64 %28)
br label LBL_10
LBL_9:
%30 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_1 to i64))
br label LBL_10
LBL_10:
%31 = call i64 @FUNC(i64 40)
%32 = icmp eq i64 %0, %31
store i64 0, i64* %rax.0.reg2mem
br i1 %32, label LBL_12, label LBL_11
LBL_11:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_12
LBL_12:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %12, { 1, 0 }
uselistorder i32 %4, { 2, 0, 1, 3 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 3, 2, 1 }
uselistorder i32* %sv_0.1.reg2mem, { 0, 2, 1, 3 }
uselistorder i32 (i32)* @close, { 1, 0, 2 }
uselistorder i32 (i8*)* @atoi, { 1, 0, 2 }
uselistorder i32 (i32, i64*, i32, i32)* @recv, { 1, 0, 2 }
uselistorder i32 (i32, %sockaddr*, i32)* @connect, { 1, 0, 2 }
uselistorder i16 (i16)* @htons, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
uselistorder i32 (i32, i32, i32)* @socket, { 1, 0, 2 }
uselistorder label LBL_6, { 1, 0, 2 }
uselistorder label LBL_5, { 1, 2, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE806_char_alloca_snprintf_12-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = ptrtoint i64* %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -97
%3 = and i64 %2, -16
store i64 %3, i64* %sv_1, align 8
%4 = inttoptr i64 %3 to i8*
%5 = call i64 @FUNC()
%6 = inttoptr i64 %3 to i64*
%7 = call i64* @memset(i64* %6, i32 65, i32 49)
%8 = add i64 %3, 49
%9 = inttoptr i64 %8 to i8*
store i8 0, i8* %9, align 1
store i64 0, i64* %sv_0, align 8
%10 = call i32 @strlen(i8* %4)
%11 = bitcast i64* %sv_0 to i8*
%12 = call i32 (i8*, i32, i8*, ...) @snprintf(i8* nonnull %11, i32 %10, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_0, i64 0, i64 0), i8* %4)
%13 = call i64 @FUNC(i64 %3)
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %1, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i8* %4, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE129_rand_13-bad
|
CWE121_Stack_Based_Buffer_Overflow__CWE129_rand_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* inttoptr (i64 8372 to i32*), align 4
%2 = icmp eq i32 %1, 5
%3 = icmp eq i1 %2, false
br i1 %3, label LBL_4, label LBL_1
LBL_1:
%4 = call i32 @rand()
%5 = urem i32 %4, 2
%6 = icmp eq i32 %5, 0
%7 = call i32 @rand()
%8 = mul i32 %7, 1073741824
%9 = call i32 @rand()
%10 = mul i32 %9, 32768
%11 = xor i32 %10, %8
%12 = call i32 @rand()
%13 = xor i32 %11, %12
%14 = sext i1 %6 to i32
%storemerge1.in = xor i32 %13, %14
%15 = icmp slt i32 %storemerge1.in, 0
br i1 %15, label LBL_4, label LBL_2
LBL_2:
%16 = ptrtoint i64* %sv_0 to i64
%17 = sext i32 %storemerge1.in to i64
%18 = mul i64 %17, 4
%19 = add i64 %16, -64
%20 = add i64 %18, %19
%21 = inttoptr i64 %20 to i32*
store i32 1, i32* %21, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_3
LBL_3:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%22 = mul i64 %indvars.iv.reload, 4
%23 = add i64 %22, %19
%24 = inttoptr i64 %23 to i32*
%25 = load i32, i32* %24, align 4
%26 = zext i32 %25 to i64
%27 = call i64 @FUNC(i64 %26)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_5, label LBL_3
LBL_4:
%28 = call i64 @FUNC(i64 ptrtoint ([32 x i8]* @gv_0 to i64))
br label LBL_5
LBL_5:
%29 = call i64 @FUNC(i64 40)
%30 = icmp eq i64 %0, %29
store i64 0, i64* %rax.0.reg2mem
br i1 %30, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %storemerge1.in, { 1, 0 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder label LBL_5, { 1, 0 }
uselistorder label LBL_4, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE690_NULL_Deref_From_Return__char_malloc_07-bad
|
CWE690_NULL_Deref_From_Return__char_malloc_07_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64* @malloc(i32 20)
%1 = load i32, i32* @gv_0, align 4
%2 = zext i32 %1 to i64
%3 = icmp eq i32 %1, 5
%4 = icmp eq i1 %3, false
store i64 %2, i64* %rax.0.reg2mem
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = ptrtoint i64* %0 to i64
store i64 7596553777019711049, i64* %0, align 8
%6 = add i64 %5, 8
%7 = inttoptr i64 %6 to i16*
store i16 25978, i16* %7, align 2
%8 = add i64 %5, 10
%9 = inttoptr i64 %8 to i8*
store i8 0, i8* %9, align 1
%10 = call i64 @FUNC(i64 %5)
call void @free(i64* %0)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
1
|
juliet-test-suite-c
|
CWE124_Buffer_Underwrite__CWE839_fscanf_08-bad
|
CWE124_Buffer_Underwrite__CWE839_fscanf_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%sv_0 = alloca i32, align 4
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i32 -1, i32* %sv_0, align 4
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%5 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %4, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_1, i64 0, i64 0), i32* nonnull %sv_0)
br label LBL_2
LBL_2:
%6 = call i64 @FUNC()
%7 = trunc i64 %6 to i32
%8 = icmp eq i32 %7, 0
br i1 %8, label LBL_7, label LBL_3
LBL_3:
%9 = load i32, i32* %sv_0, align 4
%10 = icmp sgt i32 %9, 9
br i1 %10, label LBL_6, label LBL_4
LBL_4:
%11 = ptrtoint i64* %sv_1 to i64
%12 = sext i32 %9 to i64
%13 = mul i64 %12, 4
%14 = add i64 %11, -48
%15 = add i64 %13, %14
%16 = inttoptr i64 %15 to i32*
store i32 1, i32* %16, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_5
LBL_5:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%17 = mul i64 %indvars.iv.reload, 4
%18 = add i64 %17, %14
%19 = inttoptr i64 %18 to i32*
%20 = load i32, i32* %19, align 4
%21 = zext i32 %20 to i64
%22 = call i64 @FUNC(i64 %21)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_7, label LBL_5
LBL_6:
%23 = call i64 @FUNC(i64 ptrtoint ([32 x i8]* @gv_2 to i64))
br label LBL_7
LBL_7:
%24 = call i64 @FUNC(i64 40)
%25 = icmp eq i64 %0, %24
store i64 0, i64* %rax.0.reg2mem
br i1 %25, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32* %sv_0, { 1, 0, 2 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder i64 ()* @staticReturnsTrue, { 1, 0 }
uselistorder label LBL_7, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__struct_array_alloca_no_init_01-good
|
goodB2G
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%indvars.iv4.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = ptrtoint i64* %sv_0 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -81
%3 = and i64 %2, -16
store i64 0, i64* %indvars.iv4.reg2mem
br label LBL_1
LBL_1:
%indvars.iv4.reload = load i64, i64* %indvars.iv4.reg2mem
%4 = mul i64 %indvars.iv4.reload, 8
%5 = add i64 %4, %3
%6 = inttoptr i64 %5 to i32*
%7 = trunc i64 %indvars.iv4.reload to i32
store i32 %7, i32* %6, align 8
%8 = or i64 %5, 4
%9 = inttoptr i64 %8 to i32*
store i32 %7, i32* %9, align 4
%indvars.iv.next5 = add nuw nsw i64 %indvars.iv4.reload, 1
%exitcond6 = icmp eq i64 %indvars.iv.next5, 10
store i64 %indvars.iv.next5, i64* %indvars.iv4.reg2mem
store i64 0, i64* %indvars.iv.reg2mem
br i1 %exitcond6, label LBL_2, label LBL_1
LBL_2:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%10 = mul i64 %indvars.iv.reload, 8
%11 = add i64 %10, %3
%12 = inttoptr i64 %11 to i32*
%13 = load i32, i32* %12, align 8
%14 = zext i32 %13 to i64
%15 = call i64 @FUNC(i64 %14)
%16 = or i64 %11, 4
%17 = inttoptr i64 %16 to i32*
%18 = load i32, i32* %17, align 4
%19 = zext i32 %18 to i64
%20 = call i64 @FUNC(i64 %19)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_3, label LBL_2
LBL_3:
%21 = call i64 @FUNC(i64 40)
%22 = icmp eq i64 %1, %21
store i64 0, i64* %rax.0.reg2mem
br i1 %22, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %indvars.iv4.reg2mem, { 1, 0, 2 }
uselistorder i64* %indvars.iv.reg2mem, { 2, 0, 1 }
uselistorder i64 (i64)* @printIntLine, { 3, 2, 1, 0 }
uselistorder i64 10, { 1, 0, 3, 2 }
uselistorder label LBL_2, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE78_OS_Command_Injection__char_console_execl_08-bad
|
CWE78_OS_Command_Injection__char_console_execl_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 2126700, i64* %sv_0, align 8
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_7, label LBL_1
LBL_1:
%4 = bitcast i64* %sv_0 to i8*
%5 = call i32 @strlen(i8* nonnull %4)
%6 = sext i32 %5 to i64
%7 = sub nsw i64 100, %6
%8 = icmp ult i64 %7, 2
br i1 %8, label LBL_7, label LBL_2
LBL_2:
%9 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%10 = sub i32 100, %5
%11 = ptrtoint i64* %sv_0 to i64
%12 = add i64 %6, %11
%13 = inttoptr i64 %12 to i8*
%14 = call i8* @fgets(i8* %13, i32 %10, %_IO_FILE* %9)
%15 = icmp eq i8* %14, null
br i1 %15, label LBL_6, label LBL_3
LBL_3:
%16 = call i32 @strlen(i8* nonnull %4)
%17 = icmp eq i32 %16, 0
br i1 %17, label LBL_7, label LBL_4
LBL_4:
%18 = sext i32 %16 to i64
%19 = add i64 %11, -1
%20 = add i64 %19, %18
%21 = inttoptr i64 %20 to i8*
%22 = load i8, i8* %21, align 1
%23 = icmp eq i8 %22, 10
%24 = icmp eq i1 %23, false
br i1 %24, label LBL_7, label LBL_5
LBL_5:
store i8 0, i8* %21, align 1
br label LBL_7
LBL_6:
%25 = call i64 @FUNC(i64 ptrtoint ([15 x i8]* @gv_1 to i64))
store i8 0, i8* %13, align 1
br label LBL_7
LBL_7:
%26 = call i32 (i8*, i8*, ...) @execl(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @gv_2, i64 0, i64 0), i8* getelementptr inbounds ([8 x i8], [8 x i8]* @gv_2, i64 0, i64 0))
%27 = call i64 @FUNC(i64 40)
%28 = icmp eq i64 %0, %27
store i64 0, i64* %rax.0.reg2mem
br i1 %28, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %11, { 1, 0 }
uselistorder i8 0, { 1, 2, 3, 0 }
uselistorder i32 (i8*)* @strlen, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__int_listen_socket_square_09-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.071013.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i32 @socket(i32 2, i32 1, i32 6)
%2 = icmp eq i32 %1, -1
store i32 0, i32* %sv_0.071013.reg2mem
br i1 %2, label LBL_8, label LBL_1
LBL_1:
%3 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%4 = call i16 @htons(i16 27015)
%5 = bitcast i64* %sv_2 to %sockaddr*
%6 = call i32 @bind(i32 %1, %sockaddr* nonnull %5, i32 16)
%7 = icmp eq i32 %6, -1
br i1 %7, label LBL_6, label LBL_2
LBL_2:
%8 = call i32 @listen(i32 %1, i32 5)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_6, label LBL_3
LBL_3:
%10 = call i32 @accept(i32 %1, %sockaddr* null, i32* null)
%11 = icmp eq i32 %10, -1
br i1 %11, label LBL_6, label LBL_4
LBL_4:
%12 = call i32 @recv(i32 %10, i64* nonnull %sv_1, i32 13, i32 0)
%13 = add i32 %12, 1
%14 = icmp ult i32 %13, 2
store i32 0, i32* %sv_0.0.ph.reg2mem
br i1 %14, label LBL_7, label LBL_5
LBL_5:
%15 = ptrtoint i64* %sv_3 to i64
%16 = sext i32 %12 to i64
%17 = add i64 %15, -22
%18 = add i64 %17, %16
%19 = inttoptr i64 %18 to i8*
store i8 0, i8* %19, align 1
%20 = bitcast i64* %sv_1 to i8*
%21 = call i32 @atoi(i8* nonnull %20)
store i32 %21, i32* %sv_0.0.ph.reg2mem
br label LBL_7
LBL_6:
%22 = call i32 @close(i32 %1)
store i32 0, i32* %sv_0.071013.reg2mem
br label LBL_8
LBL_7:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%23 = call i32 @close(i32 %1)
%24 = call i32 @close(i32 %10)
%sv_0.0.off = add i32 %sv_0.0.ph.reload, 46339
%25 = icmp ugt i32 %sv_0.0.off, 92678
store i32 %sv_0.0.ph.reload, i32* %sv_0.071013.reg2mem
br i1 %25, label LBL_9, label LBL_8
LBL_8:
%sv_0.071013.reload = load i32, i32* %sv_0.071013.reg2mem
%26 = mul i32 %sv_0.071013.reload, %sv_0.071013.reload
%27 = zext i32 %26 to i64
%28 = call i64 @FUNC(i64 %27)
br label LBL_10
LBL_9:
%29 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_0 to i64))
br label LBL_10
LBL_10:
%30 = call i64 @FUNC(i64 40)
%31 = icmp eq i64 %0, %30
store i64 0, i64* %rax.0.reg2mem
br i1 %31, label LBL_12, label LBL_11
LBL_11:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_12
LBL_12:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %sv_0.071013.reload, { 1, 0 }
uselistorder i32 %12, { 1, 0 }
uselistorder i32 %1, { 4, 0, 1, 2, 3, 5 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 2, 1 }
uselistorder i32* %sv_0.071013.reg2mem, { 0, 3, 2, 1 }
uselistorder i32 (i32)* @close, { 5, 2, 0, 4, 3, 1, 6 }
uselistorder i32 (i8*)* @atoi, { 1, 0, 2 }
uselistorder i32 (i32, i64*, i32, i32)* @recv, { 1, 0, 2 }
uselistorder i32 (i32, %sockaddr*, i32*)* @accept, { 1, 0, 2 }
uselistorder i32 (i32, i32)* @listen, { 1, 0, 2 }
uselistorder i32 (i32, %sockaddr*, i32)* @bind, { 1, 0, 2 }
uselistorder i16 (i16)* @htons, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
uselistorder i32 (i32, i32, i32)* @socket, { 1, 0, 2 }
uselistorder label LBL_8, { 2, 1, 0 }
uselistorder label LBL_7, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__unsigned_int_rand_preinc_10-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_5, label LBL_1
LBL_1:
%2 = call i32 @rand()
%3 = call i32 @rand()
%4 = call i32 @rand()
%5 = call i32 @rand()
%.pr = load i32, i32* @gv_0, align 4
%6 = icmp eq i32 %.pr, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %6, label LBL_5, label LBL_2
LBL_2:
%7 = urem i32 %2, 2
%8 = icmp eq i32 %7, 0
%9 = mul i32 %3, 1073741824
%10 = mul i32 %4, 32768
%11 = xor i32 %10, %9
%12 = xor i32 %11, %5
%13 = sext i1 %8 to i32
%storemerge.in = xor i32 %12, %13
%14 = icmp eq i32 %storemerge.in, -1
br i1 %14, label LBL_4, label LBL_3
LBL_3:
%15 = add i32 %storemerge.in, 1
%16 = zext i32 %15 to i64
%17 = call i64 @FUNC(i64 %16)
store i64 %17, i64* %rax.0.reg2mem
br label LBL_5
LBL_4:
%18 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_1 to i64))
store i64 %18, i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %rax.0.reg2mem, { 0, 3, 2, 4, 1 }
uselistorder label LBL_5, { 1, 2, 3, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE476_NULL_Pointer_Dereference__int_14-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = alloca i32*
%rax.0.reg2mem = alloca i64
%1 = load i32*, i32** %0
%2 = load i32, i32* @gv_0, align 4
%3 = icmp eq i32 %2, 5
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_1 to i64))
store i64 %4, i64* %rax.0.reg2mem
br label LBL_5
LBL_2:
%5 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%6 = icmp eq i32 %5, 5
%7 = icmp eq i1 %6, false
%spec.select = select i1 %7, i32* %1, i32* null
%8 = icmp eq i32* %spec.select, null
br i1 %8, label LBL_4, label LBL_3
LBL_3:
%9 = load i32, i32* %spec.select, align 4
%10 = zext i32 %9 to i64
%11 = call i64 @FUNC(i64 %10)
store i64 %11, i64* %rax.0.reg2mem
br label LBL_5
LBL_4:
%12 = call i64 @FUNC(i64 ptrtoint ([13 x i8]* @gv_2 to i64))
store i64 %12, i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %rax.0.reg2mem, { 0, 3, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE193_char_declare_ncpy_11-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i8*
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = bitcast i64* %sv_2 to i8*
store i8 0, i8* %4, align 8
store i8* %4, i8** %sv_0.0.reg2mem
br label LBL_2
LBL_2:
%sv_0.0.reload = load i8*, i8** %sv_0.0.reg2mem
store i64 4702111234474983745, i64* %sv_1, align 8
%5 = bitcast i64* %sv_1 to i8*
%6 = call i32 @strlen(i8* nonnull %5)
%7 = add i32 %6, 1
%8 = call i8* @strncpy(i8* %sv_0.0.reload, i8* nonnull %5, i32 %7)
%9 = ptrtoint i8* %sv_0.0.reload to i64
%10 = call i64 @FUNC(i64 %9)
%11 = call i64 @FUNC(i64 40)
%12 = icmp eq i64 %0, %11
store i64 0, i64* %rax.0.reg2mem
br i1 %12, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
0
|
juliet-test-suite-c
|
CWE789_Uncontrolled_Mem_Alloc__malloc_char_fgets_05-bad
|
CWE789_Uncontrolled_Mem_Alloc__malloc_char_fgets_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_10, label LBL_1
LBL_1:
store i64 0, i64* %sv_1, align 8
%3 = load %_IO_FILE*, %_IO_FILE** @gv_1, align 8
%4 = bitcast i64* %sv_1 to i8*
%5 = call i8* @fgets(i8* nonnull %4, i32 26, %_IO_FILE* %3)
%6 = icmp eq i8* %5, null
br i1 %6, label LBL_3, label LBL_2
LBL_2:
%7 = call i32 @strtoul(i8* nonnull %4, i8** null, i32 0)
store i32 %7, i32* %sv_0.0.ph.reg2mem
br label LBL_4
LBL_3:
%8 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_2 to i64))
store i32 0, i32* %sv_0.0.ph.reg2mem
br label LBL_4
LBL_4:
%.pr = load i32, i32* @gv_0, align 4
%9 = icmp eq i32 %.pr, 0
br i1 %9, label LBL_10, label LBL_5
LBL_5:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%10 = icmp ult i32 %sv_0.0.ph.reload, 6
br i1 %10, label LBL_9, label LBL_6
LBL_6:
%11 = call i64* @malloc(i32 %sv_0.0.ph.reload)
%12 = icmp eq i64* %11, null
%13 = icmp eq i1 %12, false
br i1 %13, label LBL_8, label LBL_7
LBL_7:
call void @exit(i32 -1)
unreachable
LBL_8:
%14 = ptrtoint i64* %11 to i64
%15 = bitcast i64* %11 to i32*
store i32 1819043176, i32* %15, align 4
%16 = add i64 %14, 4
%17 = inttoptr i64 %16 to i16*
store i16 111, i16* %17, align 2
%18 = call i64 @FUNC(i64 %14)
call void @free(i64* %11)
br label LBL_10
LBL_9:
%19 = call i64 @FUNC(i64 ptrtoint ([51 x i8]* @gv_3 to i64))
br label LBL_10
LBL_10:
%20 = call i64 @FUNC(i64 40)
%21 = icmp eq i64 %0, %20
store i64 0, i64* %rax.0.reg2mem
br i1 %21, label LBL_12, label LBL_11
LBL_11:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_12
LBL_12:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %11, { 0, 1, 3, 2 }
uselistorder i32 %sv_0.0.ph.reload, { 1, 0 }
uselistorder %_IO_FILE** @gv_1, { 1, 0 }
uselistorder label LBL_10, { 1, 2, 3, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int_fscanf_predec_10-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_0, align 8
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_5, label LBL_1
LBL_1:
%3 = load %_IO_FILE*, %_IO_FILE** @gv_1, align 8
%4 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %3, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_2, i64 0, i64 0), i64* nonnull %sv_0)
%.pr = load i32, i32* @gv_0, align 4
%5 = icmp eq i32 %.pr, 0
br i1 %5, label LBL_5, label LBL_2
LBL_2:
%6 = load i64, i64* %sv_0, align 8
%7 = trunc i64 %6 to i32
%8 = icmp eq i32 %7, -2147483648
br i1 %8, label LBL_4, label LBL_3
LBL_3:
%9 = mul i64 %6, 4294967296
%sext = add i64 %9, -4294967296
%10 = ashr exact i64 %sext, 32
store i64 %10, i64* %sv_0, align 8
%11 = and i64 %10, 4294967295
%12 = call i64 @FUNC(i64 %11)
br label LBL_5
LBL_4:
%13 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_3 to i64))
br label LBL_5
LBL_5:
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %0, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0, { 1, 2, 0, 3 }
uselistorder %_IO_FILE** @gv_1, { 1, 0 }
uselistorder label LBL_5, { 1, 2, 3, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE369_Divide_by_Zero__int_listen_socket_divide_05-bad
|
CWE369_Divide_by_Zero__int_listen_socket_divide_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.1.ph.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_11, label LBL_1
LBL_1:
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%4 = icmp eq i32 %3, -1
store i32 -1, i32* %sv_0.1.ph.reg2mem
br i1 %4, label LBL_9, label LBL_2
LBL_2:
%5 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%6 = call i16 @htons(i16 27015)
%7 = bitcast i64* %sv_2 to %sockaddr*
%8 = call i32 @bind(i32 %3, %sockaddr* nonnull %7, i32 16)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_7, label LBL_3
LBL_3:
%10 = call i32 @listen(i32 %3, i32 5)
%11 = icmp eq i32 %10, -1
br i1 %11, label LBL_7, label LBL_4
LBL_4:
%12 = call i32 @accept(i32 %3, %sockaddr* null, i32* null)
%13 = icmp eq i32 %12, -1
br i1 %13, label LBL_7, label LBL_5
LBL_5:
%14 = call i32 @recv(i32 %12, i64* nonnull %sv_1, i32 13, i32 0)
%15 = add i32 %14, 1
%16 = icmp ult i32 %15, 2
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %16, label LBL_8, label LBL_6
LBL_6:
%17 = ptrtoint i64* %sv_3 to i64
%18 = sext i32 %14 to i64
%19 = add i64 %17, -22
%20 = add i64 %19, %18
%21 = inttoptr i64 %20 to i8*
store i8 0, i8* %21, align 1
%22 = bitcast i64* %sv_1 to i8*
%23 = call i32 @atoi(i8* nonnull %22)
store i32 %23, i32* %sv_0.0.ph.reg2mem
br label LBL_8
LBL_7:
%24 = call i32 @close(i32 %3)
store i32 -1, i32* %sv_0.1.ph.reg2mem
br label LBL_9
LBL_8:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%25 = call i32 @close(i32 %3)
%26 = call i32 @close(i32 %12)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.ph.reg2mem
br label LBL_9
LBL_9:
%.pr = load i32, i32* @gv_0, align 4
%27 = icmp eq i32 %.pr, 0
br i1 %27, label LBL_11, label LBL_10
LBL_10:
%sv_0.1.ph.reload = load i32, i32* %sv_0.1.ph.reg2mem
%28 = udiv i32 100, %sv_0.1.ph.reload
%29 = zext i32 %28 to i64
%30 = call i64 @FUNC(i64 %29)
br label LBL_11
LBL_11:
%31 = call i64 @FUNC(i64 40)
%32 = icmp eq i64 %0, %31
store i64 0, i64* %rax.0.reg2mem
br i1 %32, label LBL_13, label LBL_12
LBL_12:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_13
LBL_13:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %14, { 1, 0 }
uselistorder i32 %3, { 4, 0, 1, 2, 3, 5 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 2, 1 }
uselistorder i32* %sv_0.1.ph.reg2mem, { 0, 2, 3, 1 }
uselistorder i32 (i32)* @close, { 2, 1, 0, 3 }
uselistorder i32 -1, { 1, 2, 3, 4, 5, 0, 6 }
uselistorder label LBL_11, { 1, 2, 0 }
uselistorder label LBL_9, { 2, 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE789_Uncontrolled_Mem_Alloc__malloc_char_rand_08-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i32
%0 = call i64 @FUNC()
%1 = trunc i64 %0 to i32
%2 = icmp eq i32 %1, 0
store i32 0, i32* %sv_0.0.reg2mem
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = call i32 @rand()
store i32 %3, i32* %sv_0.0.reg2mem
br label LBL_2
LBL_2:
%4 = call i64 @FUNC()
%5 = trunc i64 %4 to i32
%6 = icmp eq i32 %5, 0
store i64 %4, i64* %rax.0.reg2mem
br i1 %6, label LBL_8, label LBL_3
LBL_3:
%sv_0.0.reload = load i32, i32* %sv_0.0.reg2mem
%sv_0.0.off = add i32 %sv_0.0.reload, -6
%7 = icmp ult i32 %sv_0.0.off, 94
br i1 %7, label LBL_4, label LBL_7
LBL_4:
%8 = call i64* @malloc(i32 %sv_0.0.reload)
%9 = icmp eq i64* %8, null
%10 = icmp eq i1 %9, false
br i1 %10, label LBL_6, label LBL_5
LBL_5:
call void @exit(i32 -1)
unreachable
LBL_6:
%11 = ptrtoint i64* %8 to i64
%12 = bitcast i64* %8 to i32*
store i32 1819043176, i32* %12, align 4
%13 = add i64 %11, 4
%14 = inttoptr i64 %13 to i16*
store i16 111, i16* %14, align 2
%15 = call i64 @FUNC(i64 %11)
call void @free(i64* %8)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_8
LBL_7:
%16 = call i64 @FUNC(i64 ptrtoint ([64 x i8]* @gv_0 to i64))
store i64 %16, i64* %rax.0.reg2mem
br label LBL_8
LBL_8:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %8, { 0, 1, 3, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE690_NULL_Deref_From_Return__char_malloc_13-bad
|
CWE690_NULL_Deref_From_Return__char_malloc_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64* @malloc(i32 20)
%1 = load i32, i32* inttoptr (i64 8336 to i32*), align 16
%2 = zext i32 %1 to i64
%3 = icmp eq i32 %1, 5
%4 = icmp eq i1 %3, false
store i64 %2, i64* %rax.0.reg2mem
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = ptrtoint i64* %0 to i64
store i64 7596553777019711049, i64* %0, align 8
%6 = add i64 %5, 8
%7 = inttoptr i64 %6 to i16*
store i16 25978, i16* %7, align 2
%8 = add i64 %5, 10
%9 = inttoptr i64 %8 to i8*
store i8 0, i8* %9, align 1
%10 = call i64 @FUNC(i64 %5)
call void @free(i64* %0)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
1
|
juliet-test-suite-c
|
CWE369_Divide_by_Zero__int_connect_socket_divide_07-good
|
goodG2B1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.01.reg2mem = alloca i32
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 5
store i32 7, i32* %sv_0.01.reg2mem
br i1 %1, label LBL_2, label LBL_1
LBL_1:
%2 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_1 to i64))
%.pre = load i32, i32* @gv_0, align 4
%3 = zext i32 %.pre to i64
%4 = icmp eq i32 %.pre, 5
%5 = icmp eq i1 %4, false
store i32 -1, i32* %sv_0.01.reg2mem
store i64 %3, i64* %rax.0.reg2mem
br i1 %5, label LBL_3, label LBL_2
LBL_2:
%sv_0.01.reload = load i32, i32* %sv_0.01.reg2mem
%6 = udiv i32 100, %sv_0.01.reload
%7 = zext i32 %6 to i64
%8 = call i64 @FUNC(i64 %7)
store i64 %8, i64* %rax.0.reg2mem
br label LBL_3
LBL_3:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32* %sv_0.01.reg2mem, { 0, 2, 1 }
uselistorder i32 -1, { 0, 4, 3, 9, 1, 10, 2, 8, 7, 11, 6, 12, 5 }
uselistorder label LBL_2, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE126_Buffer_Overread__char_declare_memcpy_13-good
|
goodG2B1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @memset(i64* nonnull %sv_3, i32 65, i32 49)
%2 = call i64* @memset(i64* nonnull %sv_2, i32 65, i32 99)
%3 = load i32, i32* inttoptr (i64 8360 to i32*), align 8
%4 = icmp eq i32 %3, 5
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_0 to i64))
br label LBL_3
LBL_2:
%6 = ptrtoint i64* %sv_2 to i64
store i64 %6, i64* %sv_0.0.reg2mem
br label LBL_3
LBL_3:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%7 = call i64* @memset(i64* nonnull %sv_1, i32 67, i32 99)
%8 = bitcast i64* %sv_1 to i8*
%9 = call i32 @strlen(i8* nonnull %8)
%10 = inttoptr i64 %sv_0.0.reload to i64*
%11 = call i64* @memcpy(i64* nonnull %sv_1, i64* %10, i32 %9)
%12 = ptrtoint i64* %sv_1 to i64
%13 = call i64 @FUNC(i64 %12)
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %0, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_2, { 1, 0 }
uselistorder i64* %sv_1, { 3, 0, 1, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__int_array_alloca_no_init_05-bad
|
CWE457_Use_of_Uninitialized_Variable__int_array_alloca_no_init_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = ptrtoint i64* %sv_0 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -33
%3 = and i64 %2, -16
%4 = load i32, i32* @gv_0, align 4
%5 = icmp eq i32 %4, 0
store i64 0, i64* %indvars.iv.reg2mem
br i1 %5, label LBL_2, label LBL_1
LBL_1:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%6 = mul i64 %indvars.iv.reload, 4
%7 = add i64 %6, %3
%8 = inttoptr i64 %7 to i32*
%9 = load i32, i32* %8, align 4
%10 = zext i32 %9 to i64
%11 = call i64 @FUNC(i64 %10)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_2, label LBL_1
LBL_2:
%12 = call i64 @FUNC(i64 40)
%13 = icmp eq i64 %1, %12
store i64 0, i64* %rax.0.reg2mem
br i1 %13, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %indvars.iv.reg2mem, { 2, 0, 1 }
uselistorder label LBL_1, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__unsigned_int_fscanf_postinc_03-bad
|
CWE190_Integer_Overflow__unsigned_int_fscanf_postinc_03_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i32, align 4
%0 = call i64 @FUNC(i64 40)
store i32 0, i32* %sv_0, align 4
%1 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%2 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %1, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_1, i64 0, i64 0), i32* nonnull %sv_0)
%3 = load i32, i32* %sv_0, align 4
%4 = add i32 %3, 1
store i32 %4, i32* %sv_0, align 4
%5 = zext i32 %4 to i64
%6 = call i64 @FUNC(i64 %5)
%7 = call i64 @FUNC(i64 40)
%8 = icmp eq i64 %0, %7
store i64 0, i64* %rax.0.reg2mem
br i1 %8, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32* %sv_0, { 2, 1, 3, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int_fgets_multiply_05-bad
|
CWE191_Integer_Underflow__int_fgets_multiply_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_5, label LBL_1
LBL_1:
store i64 0, i64* %sv_0, align 8
%3 = load %_IO_FILE*, %_IO_FILE** @gv_1, align 8
%4 = bitcast i64* %sv_0 to i8*
%5 = call i8* @fgets(i8* nonnull %4, i32 14, %_IO_FILE* %3)
%6 = icmp eq i8* %5, null
br i1 %6, label LBL_2, label LBL_3
LBL_2:
%7 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_2 to i64))
br label LBL_5
LBL_3:
%8 = call i32 @atoi(i8* nonnull %4)
%9 = load i32, i32* @gv_0, align 4
%10 = icmp eq i32 %9, 0
%11 = icmp slt i32 %8, 0
%12 = icmp eq i1 %11, false
%or.cond = or i1 %10, %12
br i1 %or.cond, label LBL_5, label LBL_4
LBL_4:
%13 = mul i32 %8, 2
%14 = zext i32 %13 to i64
%15 = call i64 @FUNC(i64 %14)
br label LBL_5
LBL_5:
%16 = call i64 @FUNC(i64 40)
%17 = icmp eq i64 %0, %16
store i64 0, i64* %rax.0.reg2mem
br i1 %17, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder %_IO_FILE** @gv_1, { 1, 0 }
uselistorder i32* @gv_0, { 1, 0 }
uselistorder label LBL_5, { 2, 3, 0, 1 }
}
|
1
|
juliet-test-suite-c
|
CWE127_Buffer_Underread__char_declare_ncpy_04-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 99)
%2 = bitcast i64* %sv_1 to i8*
%3 = call i64* @memset(i64* nonnull %sv_0, i32 67, i32 99)
%4 = bitcast i64* %sv_0 to i8*
%5 = call i32 @strlen(i8* nonnull %4)
%6 = call i8* @strncpy(i8* nonnull %4, i8* nonnull %2, i32 %5)
%7 = ptrtoint i64* %sv_0 to i64
%8 = call i64 @FUNC(i64 %7)
%9 = call i64 @FUNC(i64 40)
%10 = icmp eq i64 %0, %9
store i64 0, i64* %rax.0.reg2mem
br i1 %10, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0, { 2, 0, 1 }
uselistorder i8* (i8*, i8*, i32)* @strncpy, { 1, 0, 2 }
uselistorder i32 (i8*)* @strlen, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 2, 3, 0, 1, 4 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__unsigned_int_max_add_14-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = zext i32 %0 to i64
%2 = icmp eq i32 %0, 5
%3 = icmp eq i1 %2, false
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = call i64 @FUNC(i64 3)
store i64 %4, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printUnsignedLine, { 2, 1, 0 }
uselistorder i64 3, { 1, 0 }
uselistorder i32 5, { 0, 1, 2, 3, 5, 4, 6 }
uselistorder i32* @gv_0, { 4, 0, 3, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int64_t_rand_postdec_17-bad
|
CWE191_Integer_Underflow__int64_t_rand_postdec_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = call i32 @rand()
%1 = call i32 @rand()
%2 = call i32 @rand()
%3 = call i32 @rand()
%4 = call i32 @rand()
%5 = call i32 @rand()
%6 = urem i32 %0, 2
%7 = icmp eq i32 %6, 0
%8 = zext i32 %1 to i64
%9 = mul i64 %8, 1152921504606846976
%10 = zext i32 %2 to i64
%11 = mul i64 %10, 35184372088832
%12 = sext i32 %3 to i64
%13 = mul i64 %12, 1073741824
%14 = sext i32 %4 to i64
%15 = mul i64 %14, 32768
%16 = sext i32 %5 to i64
%17 = sext i1 %7 to i64
%18 = xor i64 %9, %17
%19 = xor i64 %18, %11
%20 = xor i64 %19, %13
%21 = xor i64 %20, %15
%storemerge2.le = xor i64 %21, %16
%22 = add i64 %storemerge2.le, -1
%23 = call i64 @FUNC(i64 %22)
ret i64 %23
}
|
1
|
juliet-test-suite-c
|
CWE127_Buffer_Underread__CWE839_negative_02-bad
|
CWE127_Buffer_Underread__CWE839_negative_02_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = ptrtoint i64* %sv_0 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -68
%3 = inttoptr i64 %2 to i32*
%4 = load i32, i32* %3, align 4
%5 = zext i32 %4 to i64
%6 = call i64 @FUNC(i64 %5)
%7 = call i64 @FUNC(i64 40)
%8 = icmp eq i64 %1, %7
store i64 0, i64* %rax.0.reg2mem
br i1 %8, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__char_max_square_05-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_2, label LBL_1
LBL_1:
%2 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_1 to i64))
store i64 %2, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__short_max_square_08-bad
|
CWE190_Integer_Overflow__short_max_square_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64 @FUNC()
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = trunc i64 %0 to i32
%5 = icmp ne i32 %4, 0
%6 = zext i1 %5 to i64
%7 = call i64 @FUNC(i64 %6)
store i64 %7, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 ()* @staticReturnsTrue, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE606_Unchecked_Loop_Condition__char_connect_socket_03-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.lcssa.reg2mem = alloca i64
%storemerge2.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_2, align 8
%1 = ptrtoint i64* %sv_2 to i64
%2 = bitcast i64* %sv_2 to i16*
store i16 ptrtoint (i64* @gv_0 to i16), i16* %2, align 8
%3 = or i64 %1, 2
%4 = inttoptr i64 %3 to i8*
store i8 0, i8* %4, align 2
%5 = bitcast i64* %sv_2 to i8*
%6 = call i32 (i8*, i8*, ...) @sscanf(i8* nonnull %5, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_1, i64 0, i64 0), i64* nonnull %sv_1)
%7 = icmp eq i32 %6, 1
%8 = icmp eq i1 %7, false
br i1 %8, label LBL_5, label LBL_1
LBL_1:
%9 = load i64, i64* %sv_1, align 8
%10 = and i64 %9, 4294967295
%11 = icmp eq i64 %10, 0
store i32 0, i32* %storemerge2.reg2mem
store i64 0, i64* %sv_0.0.lcssa.reg2mem
br i1 %11, label LBL_4, label LBL_2
LBL_2:
%storemerge2.reload = load i32, i32* %storemerge2.reg2mem
%12 = add i32 %storemerge2.reload, 1
%13 = sext i32 %12 to i64
%14 = icmp sgt i64 %10, %13
store i32 %12, i32* %storemerge2.reg2mem
br i1 %14, label LBL_2, label LBL_3
LBL_3:
%phitmp = zext i32 %12 to i64
store i64 %phitmp, i64* %sv_0.0.lcssa.reg2mem
br label LBL_4
LBL_4:
%sv_0.0.lcssa.reload = load i64, i64* %sv_0.0.lcssa.reg2mem
%15 = call i64 @FUNC(i64 %sv_0.0.lcssa.reload)
br label LBL_5
LBL_5:
%16 = call i64 @FUNC(i64 40)
%17 = icmp eq i64 %0, %16
store i64 0, i64* %rax.0.reg2mem
br i1 %17, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %12, { 1, 0, 2 }
uselistorder i32* %storemerge2.reg2mem, { 2, 0, 1 }
uselistorder i64* %sv_0.0.lcssa.reg2mem, { 0, 2, 1 }
uselistorder i64 (i64)* @printIntLine, { 3, 2, 1, 0 }
uselistorder label LBL_4, { 1, 0 }
uselistorder label LBL_2, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE127_Buffer_Underread__char_declare_ncpy_13-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 99)
%2 = bitcast i64* %sv_1 to i8*
%3 = call i64* @memset(i64* nonnull %sv_0, i32 67, i32 99)
%4 = bitcast i64* %sv_0 to i8*
%5 = call i32 @strlen(i8* nonnull %4)
%6 = call i8* @strncpy(i8* nonnull %4, i8* nonnull %2, i32 %5)
%7 = ptrtoint i64* %sv_0 to i64
%8 = call i64 @FUNC(i64 %7)
%9 = call i64 @FUNC(i64 40)
%10 = icmp eq i64 %0, %9
store i64 0, i64* %rax.0.reg2mem
br i1 %10, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0, { 2, 0, 1 }
uselistorder i8* (i8*, i8*, i32)* @strncpy, { 1, 0, 2 }
uselistorder i32 (i8*)* @strlen, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 3, 2, 1, 0, 4 }
}
|
0
|
juliet-test-suite-c
|
CWE197_Numeric_Truncation_Error__short_fgets_32-bad
|
CWE197_Numeric_Truncation_Error__short_fgets_32_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_1, align 8
%1 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%2 = bitcast i64* %sv_1 to i8*
%3 = call i8* @fgets(i8* nonnull %2, i32 8, %_IO_FILE* %1)
%4 = icmp eq i8* %3, null
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = call i32 @atoi(i8* nonnull %2)
%phitmp3 = mul i32 %5, 16777216
%phitmp4 = ashr exact i32 %phitmp3, 24
%phitmp5 = zext i32 %phitmp4 to i64
store i64 %phitmp5, i64* %sv_0.0.reg2mem
br label LBL_3
LBL_2:
%6 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_1 to i64))
store i64 4294967295, i64* %sv_0.0.reg2mem
br label LBL_3
LBL_3:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%7 = call i64 @FUNC(i64 %sv_0.0.reload)
%8 = call i64 @FUNC(i64 40)
%9 = icmp eq i64 %0, %8
store i64 0, i64* %rax.0.reg2mem
br i1 %9, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0.0.reg2mem, { 0, 2, 1 }
}
|
1
|
juliet-test-suite-c
|
CWE195_Signed_to_Unsigned_Conversion_Error__connect_socket_memcpy_08-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = ptrtoint i64* %sv_2 to i64
%1 = call i64 @FUNC(i64 40)
%2 = call i64 @FUNC()
%3 = trunc i64 %2 to i32
%4 = icmp eq i32 %3, 0
%spec.select = select i1 %4, i32 -1, i32 99
store i64 0, i64* %sv_1, align 8
%5 = call i64* @memset(i64* nonnull %sv_0, i32 65, i32 99)
%6 = call i64* @memcpy(i64* nonnull %sv_1, i64* nonnull %sv_0, i32 %spec.select)
%7 = sext i32 %spec.select to i64
%8 = add i64 %0, -112
%9 = add i64 %8, %7
%10 = inttoptr i64 %9 to i8*
store i8 0, i8* %10, align 1
%11 = ptrtoint i64* %sv_1 to i64
%12 = call i64 @FUNC(i64 %11)
%13 = call i64 @FUNC(i64 40)
%14 = icmp eq i64 %1, %13
store i64 0, i64* %rax.0.reg2mem
br i1 %14, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %spec.select, { 1, 0 }
uselistorder i64* %sv_1, { 1, 0, 2 }
uselistorder i64* (i64*, i64*, i32)* @memcpy, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
uselistorder i32 99, { 2, 1, 3, 0 }
uselistorder i32 -1, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE193_char_memmove_09-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @malloc(i32 11)
%2 = icmp eq i64* %1, null
%3 = icmp eq i1 %2, false
br i1 %3, label LBL_2, label LBL_1
LBL_1:
call void @exit(i32 -1)
unreachable
LBL_2:
%4 = ptrtoint i64* %1 to i64
store i64 4702111234474983745, i64* %sv_0, align 8
%5 = bitcast i64* %sv_0 to i8*
%6 = call i32 @strlen(i8* nonnull %5)
%7 = add i32 %6, 1
%8 = call i64* @memmove(i64* %1, i64* nonnull %sv_0, i32 %7)
%9 = call i64 @FUNC(i64 %4)
call void @free(i64* %1)
%10 = call i64 @FUNC(i64 40)
%11 = icmp eq i64 %0, %10
store i64 0, i64* %rax.0.reg2mem
br i1 %11, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %1, { 0, 1, 3, 2 }
uselistorder void (i64*)* @free, { 1, 0, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE369_Divide_by_Zero__float_listenSocket_14-bad
|
CWE369_Divide_by_Zero__float_listenSocket_14_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = alloca i128
%rax.0.reg2mem = alloca i64
%sv_0.1.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%1 = load i128, i128* %0
%2 = load i128, i128* %0
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%3 = call i64 @FUNC(i64 40)
%4 = call i128 @FUNC(i128 %2, i128 %2)
%5 = call i64 @FUNC(i128 %4)
%6 = trunc i64 %5 to i32
%7 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%8 = icmp eq i32 %7, 5
%9 = icmp eq i1 %8, false
store i32 %6, i32* %sv_0.1.reg2mem
br i1 %9, label LBL_9, label LBL_1
LBL_1:
%10 = call i32 @socket(i32 2, i32 1, i32 6)
%11 = icmp eq i32 %10, -1
store i32 %6, i32* %sv_0.1.reg2mem
br i1 %11, label LBL_9, label LBL_2
LBL_2:
%12 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%13 = call i16 @htons(i16 27015)
%14 = bitcast i64* %sv_2 to %sockaddr*
%15 = call i32 @bind(i32 %10, %sockaddr* nonnull %14, i32 16)
%16 = icmp eq i32 %15, -1
br i1 %16, label LBL_7, label LBL_3
LBL_3:
%17 = call i32 @listen(i32 %10, i32 5)
%18 = icmp eq i32 %17, -1
br i1 %18, label LBL_7, label LBL_4
LBL_4:
%19 = call i32 @accept(i32 %10, %sockaddr* null, i32* null)
%20 = icmp eq i32 %19, -1
br i1 %20, label LBL_7, label LBL_5
LBL_5:
%21 = call i32 @recv(i32 %19, i64* nonnull %sv_1, i32 19, i32 0)
%22 = add i32 %21, 1
%23 = icmp ult i32 %22, 2
store i32 %6, i32* %sv_0.0.ph.reg2mem
br i1 %23, label LBL_8, label LBL_6
LBL_6:
%24 = ptrtoint i64* %sv_3 to i64
%25 = sext i32 %21 to i64
%26 = add i64 %24, -32
%27 = add i64 %26, %25
%28 = inttoptr i64 %27 to i8*
store i8 0, i8* %28, align 1
%29 = bitcast i64* %sv_1 to i8*
%30 = call double @atof(i8* nonnull %29)
%31 = fptrunc double %30 to float
%32 = bitcast float %31 to i32
%33 = sext i32 %32 to i128
%34 = call i128 @FUNC(i128 %33)
%35 = call i64 @FUNC(i128 %34)
%36 = trunc i64 %35 to i32
store i32 %36, i32* %sv_0.0.ph.reg2mem
br label LBL_8
LBL_7:
%37 = call i32 @close(i32 %10)
store i32 %6, i32* %sv_0.1.reg2mem
br label LBL_9
LBL_8:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%38 = call i32 @close(i32 %10)
%39 = call i32 @close(i32 %19)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.reg2mem
br label LBL_9
LBL_9:
%40 = load i32, i32* @gv_0, align 4
%41 = icmp eq i32 %40, 5
%42 = icmp eq i1 %41, false
br i1 %42, label LBL_11, label LBL_10
LBL_10:
%sv_0.1.reload = load i32, i32* %sv_0.1.reg2mem
%43 = call i128 @FUNC(i128 %1, i128 %1)
%44 = call i128 @FUNC(i32 %sv_0.1.reload)
%45 = call i128 @FUNC(i64 4636737291354636288)
%46 = call i128 @FUNC(i128 %45, i128 %44)
%47 = call i32 @FUNC(i128 %46)
%48 = zext i32 %47 to i64
%49 = call i64 @FUNC(i64 %48)
br label LBL_11
LBL_11:
%50 = call i64 @FUNC(i64 40)
%51 = icmp eq i64 %3, %50
store i64 0, i64* %rax.0.reg2mem
br i1 %51, label LBL_13, label LBL_12
LBL_12:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_13
LBL_13:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %21, { 1, 0 }
uselistorder i32 %10, { 4, 0, 1, 2, 3, 5 }
uselistorder i32 %6, { 1, 3, 0, 2 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 2, 1 }
uselistorder i32* %sv_0.1.reg2mem, { 0, 3, 2, 1, 4 }
uselistorder i128* %0, { 1, 0 }
uselistorder i32 (i32)* @close, { 2, 1, 0, 3 }
uselistorder i32 5, { 0, 2, 1, 3 }
uselistorder label LBL_9, { 2, 1, 0, 3 }
}
|
1
|
juliet-test-suite-c
|
CWE78_OS_Command_Injection__char_environment_popen_03-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 2126700, i64* %sv_0, align 8
%1 = bitcast i64* %sv_0 to i8*
%2 = call i32 @strlen(i8* nonnull %1)
%3 = sext i32 %2 to i64
%4 = ptrtoint i64* %sv_0 to i64
%5 = add i64 %3, %4
%6 = inttoptr i64 %5 to i32*
store i32 2764330, i32* %6, align 4
%7 = call %_IO_FILE* @popen(i8* nonnull %1, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @gv_0, i64 0, i64 0))
%8 = icmp eq %_IO_FILE* %7, null
br i1 %8, label LBL_2, label LBL_1
LBL_1:
%9 = call i32 @pclose(%_IO_FILE* nonnull %7)
br label LBL_2
LBL_2:
%10 = call i64 @FUNC(i64 40)
%11 = icmp eq i64 %0, %10
store i64 0, i64* %rax.0.reg2mem
br i1 %11, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 (i8*)* @strlen, { 1, 0, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE590_Free_Memory_Not_on_Heap__free_char_declare_05-bad
|
CWE590_Free_Memory_Not_on_Heap__free_char_declare_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
store i64 0, i64* %sv_0.0.reg2mem
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 99)
%4 = ptrtoint i64* %sv_1 to i64
store i64 %4, i64* %sv_0.0.reg2mem
br label LBL_2
LBL_2:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%5 = call i64 @FUNC(i64 %sv_0.0.reload)
%6 = inttoptr i64 %sv_0.0.reload to i64*
call void @free(i64* %6)
%7 = call i64 @FUNC(i64 40)
%8 = icmp eq i64 %0, %7
store i64 0, i64* %rax.0.reg2mem
br i1 %8, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_1, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE124_Buffer_Underwrite__char_declare_loop_06-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge1.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 99)
%2 = ptrtoint i64* %sv_1 to i64
%3 = call i64* @memset(i64* nonnull %sv_0, i32 67, i32 99)
%4 = ptrtoint i64* %sv_0 to i64
store i64 0, i64* %storemerge1.reg2mem
br label LBL_1
LBL_1:
%storemerge1.reload = load i64, i64* %storemerge1.reg2mem
%5 = add i64 %storemerge1.reload, %2
%6 = add i64 %storemerge1.reload, %4
%7 = inttoptr i64 %6 to i8*
%8 = load i8, i8* %7, align 1
%9 = inttoptr i64 %5 to i8*
store i8 %8, i8* %9, align 1
%10 = add nuw nsw i64 %storemerge1.reload, 1
%exitcond = icmp eq i64 %10, 100
store i64 %10, i64* %storemerge1.reg2mem
br i1 %exitcond, label LBL_2, label LBL_1
LBL_2:
%11 = add i64 %2, 99
%12 = inttoptr i64 %11 to i8*
store i8 0, i8* %12, align 1
%13 = call i64 @FUNC(i64 %2)
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %0, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge1.reload, { 0, 2, 1 }
uselistorder i64 %2, { 1, 2, 0 }
uselistorder i64* %sv_1, { 1, 0 }
uselistorder i64* %sv_0, { 1, 0 }
uselistorder i64* %storemerge1.reg2mem, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2, 3, 4 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__int64_t_fscanf_postinc_05-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_0, align 8
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = load %_IO_FILE*, %_IO_FILE** @gv_1, align 8
%4 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %3, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @gv_2, i64 0, i64 0), i64* nonnull %sv_0)
br label LBL_2
LBL_2:
%5 = load i32, i32* @gv_3, align 4
%6 = icmp eq i32 %5, 0
br i1 %6, label LBL_4, label LBL_3
LBL_3:
%7 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_4 to i64))
br label LBL_7
LBL_4:
%8 = load i64, i64* %sv_0, align 8
%9 = icmp eq i64 %8, 9223372036854775807
br i1 %9, label LBL_6, label LBL_5
LBL_5:
%10 = add i64 %8, 1
store i64 %10, i64* %sv_0, align 8
%11 = call i64 @FUNC(i64 %10)
br label LBL_7
LBL_6:
%12 = call i64 @FUNC(i64 ptrtoint ([54 x i8]* @gv_5 to i64))
br label LBL_7
LBL_7:
%13 = call i64 @FUNC(i64 40)
%14 = icmp eq i64 %0, %13
store i64 0, i64* %rax.0.reg2mem
br i1 %14, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0, { 1, 2, 0, 3 }
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_dest_char_cpy_12-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_dest_char_cpy_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i8*
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_4, label LBL_1
LBL_1:
%4 = call i64* @malloc(i32 50)
%5 = icmp eq i64* %4, null
%6 = icmp eq i1 %5, false
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%7 = bitcast i64* %4 to i8*
store i8 0, i8* %7, align 1
store i8* %7, i8** %sv_0.0.reg2mem
br label LBL_7
LBL_4:
%8 = call i64* @malloc(i32 100)
%9 = icmp eq i64* %8, null
%10 = icmp eq i1 %9, false
br i1 %10, label LBL_6, label LBL_5
LBL_5:
call void @exit(i32 -1)
unreachable
LBL_6:
%11 = bitcast i64* %8 to i8*
store i8 0, i8* %11, align 1
store i8* %11, i8** %sv_0.0.reg2mem
br label LBL_7
LBL_7:
%sv_0.0.reload = load i8*, i8** %sv_0.0.reg2mem
%12 = call i64* @memset(i64* nonnull %sv_1, i32 67, i32 99)
%13 = bitcast i64* %sv_1 to i8*
%14 = call i8* @strcpy(i8* nonnull %sv_0.0.reload, i8* nonnull %13)
%15 = ptrtoint i8* %sv_0.0.reload to i64
%16 = call i64 @FUNC(i64 %15)
%17 = bitcast i8* %sv_0.0.reload to i64*
call void @free(i64* %17)
%18 = call i64 @FUNC(i64 40)
%19 = icmp eq i64 %0, %18
store i64 0, i64* %rax.0.reg2mem
br i1 %19, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %8, { 1, 0 }
uselistorder i64* %4, { 1, 0 }
uselistorder i8** %sv_0.0.reg2mem, { 0, 2, 1 }
}
|
1
|
juliet-test-suite-c
|
CWE416_Use_After_Free__malloc_free_struct_12-bad
|
CWE416_Use_After_Free__malloc_free_struct_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge12.reg2mem = alloca i64
%storemerge3.reg2mem = alloca i64
%0 = call i64 @FUNC()
%1 = trunc i64 %0 to i32
%2 = icmp eq i32 %1, 0
%3 = call i64* @malloc(i32 ptrtoint (i32* @gv_0 to i32))
%4 = ptrtoint i64* %3 to i64
%5 = icmp eq i64* %3, null
%6 = icmp eq i1 %5, false
br i1 %2, label LBL_5, label LBL_1
LBL_1:
store i64 0, i64* %storemerge3.reg2mem
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%storemerge3.reload = load i64, i64* %storemerge3.reg2mem
%7 = mul i64 %storemerge3.reload, 8
%8 = add i64 %7, %4
%9 = inttoptr i64 %8 to i32*
store i32 1, i32* %9, align 4
%10 = add i64 %8, 4
%11 = inttoptr i64 %10 to i32*
store i32 2, i32* %11, align 4
%12 = add nuw nsw i64 %storemerge3.reload, 1
%exitcond4 = icmp eq i64 %12, 100
store i64 %12, i64* %storemerge3.reg2mem
br i1 %exitcond4, label LBL_4, label LBL_3
LBL_4:
call void @free(i64* %3)
br label LBL_8
LBL_5:
store i64 0, i64* %storemerge12.reg2mem
br i1 %6, label LBL_7, label LBL_6
LBL_6:
call void @exit(i32 -1)
unreachable
LBL_7:
%storemerge12.reload = load i64, i64* %storemerge12.reg2mem
%13 = mul i64 %storemerge12.reload, 8
%14 = add i64 %13, %4
%15 = inttoptr i64 %14 to i32*
store i32 1, i32* %15, align 4
%16 = add i64 %14, 4
%17 = inttoptr i64 %16 to i32*
store i32 2, i32* %17, align 4
%18 = add nuw nsw i64 %storemerge12.reload, 1
%exitcond = icmp eq i64 %18, 100
store i64 %18, i64* %storemerge12.reg2mem
br i1 %exitcond, label LBL_8, label LBL_7
LBL_8:
%19 = call i64 @FUNC()
%20 = trunc i64 %19 to i32
%21 = icmp eq i32 %20, 0
store i64 %19, i64* %rax.0.reg2mem
br i1 %21, label LBL_10, label LBL_9
LBL_9:
%22 = call i64 @FUNC(i64 %4)
store i64 %22, i64* %rax.0.reg2mem
br label LBL_10
LBL_10:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i1 %6, { 1, 0 }
uselistorder i64 %4, { 2, 0, 1 }
uselistorder i64* %storemerge3.reg2mem, { 2, 0, 1 }
uselistorder i64* %storemerge12.reg2mem, { 2, 0, 1 }
uselistorder i64 100, { 1, 0 }
uselistorder void (i32)* @exit, { 1, 0, 2 }
uselistorder i64 ()* @globalReturnsTrueOrFalse, { 1, 0 }
uselistorder label LBL_7, { 1, 0 }
uselistorder label LBL_3, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE415_Double_Free__malloc_free_int_04-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = call i64* @malloc(i32 400)
%1 = icmp eq i64* %0, null
%2 = icmp eq i1 %1, false
br i1 %2, label LBL_2, label LBL_1
LBL_1:
call void @exit(i32 -1)
unreachable
LBL_2:
call void @free(i64* %0)
ret i64 ptrtoint (i32* @1 to i64)
uselistorder void (i64*)* @free, { 3, 2, 1, 0, 4 }
uselistorder void (i32)* @exit, { 2, 1, 0, 3, 4 }
uselistorder i64* (i32)* @malloc, { 0, 2, 1, 3, 4 }
}
|
0
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int64_t_fscanf_sub_10-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_2, label LBL_1
LBL_1:
%2 = call i64 @FUNC(i64 -3)
store i64 %2, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printLongLongLine, { 3, 2, 1, 0 }
uselistorder i64 -3, { 1, 0 }
uselistorder i32* @gv_0, { 4, 3, 0, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__char_rand_square_14-bad
|
CWE190_Integer_Overflow__char_rand_square_14_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i32
%0 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%1 = icmp eq i32 %0, 5
%2 = icmp eq i1 %1, false
store i32 32, i32* %sv_0.0.reg2mem
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = call i32 @rand()
%4 = urem i32 %3, 2
%5 = icmp eq i32 %4, 0
%6 = call i32 @rand()
%7 = call i32 @rand()
%8 = call i32 @rand()
%9 = sext i1 %5 to i32
%storemerge = xor i32 %8, %9
%10 = urem i32 %storemerge, 256
store i32 %10, i32* %sv_0.0.reg2mem
br label LBL_2
LBL_2:
%11 = load i32, i32* @gv_0, align 4
%12 = zext i32 %11 to i64
%13 = icmp eq i32 %11, 5
%14 = icmp eq i1 %13, false
store i64 %12, i64* %rax.0.reg2mem
br i1 %14, label LBL_4, label LBL_3
LBL_3:
%sv_0.0.reload = load i32, i32* %sv_0.0.reg2mem
%narrow = mul i32 %sv_0.0.reload, 16777216
%sext2 = mul i32 %narrow, %sv_0.0.reload
%15 = ashr exact i32 %sext2, 24
%16 = zext i32 %15 to i64
%17 = call i64 @FUNC(i64 %16)
store i64 %17, i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
1
|
juliet-test-suite-c
|
CWE606_Unchecked_Loop_Condition__char_console_09-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.lcssa.reg2mem = alloca i64
%storemerge4.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_2, align 8
%1 = bitcast i64* %sv_2 to i8*
%2 = call i32 @strlen(i8* nonnull %1)
%3 = sext i32 %2 to i64
%4 = sub nsw i64 100, %3
%5 = icmp ult i64 %4, 2
br i1 %5, label LBL_6, label LBL_1
LBL_1:
%6 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%7 = sub i32 100, %2
%8 = ptrtoint i64* %sv_2 to i64
%9 = add i64 %3, %8
%10 = inttoptr i64 %9 to i8*
%11 = call i8* @fgets(i8* %10, i32 %7, %_IO_FILE* %6)
%12 = icmp eq i8* %11, null
br i1 %12, label LBL_5, label LBL_2
LBL_2:
%13 = call i32 @strlen(i8* nonnull %1)
%14 = icmp eq i32 %13, 0
br i1 %14, label LBL_6, label LBL_3
LBL_3:
%15 = sext i32 %13 to i64
%16 = add i64 %8, -1
%17 = add i64 %16, %15
%18 = inttoptr i64 %17 to i8*
%19 = load i8, i8* %18, align 1
%20 = icmp eq i8 %19, 10
%21 = icmp eq i1 %20, false
br i1 %21, label LBL_6, label LBL_4
LBL_4:
store i8 0, i8* %18, align 1
br label LBL_6
LBL_5:
%22 = call i64 @FUNC(i64 ptrtoint ([15 x i8]* @gv_1 to i64))
store i8 0, i8* %10, align 1
br label LBL_6
LBL_6:
%23 = call i32 (i8*, i8*, ...) @sscanf(i8* nonnull %1, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_2, i64 0, i64 0), i64* nonnull %sv_1)
%24 = icmp eq i32 %23, 1
%25 = icmp eq i1 %24, false
br i1 %25, label LBL_12, label LBL_7
LBL_7:
%26 = load i64, i64* %sv_1, align 8
%27 = trunc i64 %26 to i32
%28 = icmp sgt i32 %27, ptrtoint (i1* @gv_3 to i32)
br i1 %28, label LBL_12, label LBL_8
LBL_8:
%29 = and i64 %26, 4294967295
%30 = icmp eq i64 %29, 0
store i32 0, i32* %storemerge4.reg2mem
store i64 0, i64* %sv_0.0.lcssa.reg2mem
br i1 %30, label LBL_11, label LBL_9
LBL_9:
%storemerge4.reload = load i32, i32* %storemerge4.reg2mem
%31 = add i32 %storemerge4.reload, 1
%32 = sext i32 %31 to i64
%33 = icmp sgt i64 %29, %32
store i32 %31, i32* %storemerge4.reg2mem
br i1 %33, label LBL_9, label LBL_10
LBL_10:
%phitmp = zext i32 %31 to i64
store i64 %phitmp, i64* %sv_0.0.lcssa.reg2mem
br label LBL_11
LBL_11:
%sv_0.0.lcssa.reload = load i64, i64* %sv_0.0.lcssa.reg2mem
%34 = call i64 @FUNC(i64 %sv_0.0.lcssa.reload)
br label LBL_12
LBL_12:
%35 = call i64 @FUNC(i64 40)
%36 = icmp eq i64 %0, %35
store i64 0, i64* %rax.0.reg2mem
br i1 %36, label LBL_14, label LBL_13
LBL_13:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_14
LBL_14:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %31, { 1, 0, 2 }
uselistorder i64 %8, { 1, 0 }
uselistorder i8* %1, { 1, 0, 2 }
uselistorder i64* %sv_1, { 1, 0 }
uselistorder i32* %storemerge4.reg2mem, { 2, 0, 1 }
uselistorder i64* %sv_0.0.lcssa.reg2mem, { 0, 2, 1 }
uselistorder i32 ptrtoint (i1* @gv_3 to i32), { 1, 0 }
uselistorder i8* (i8*, i32, %_IO_FILE*)* @fgets, { 1, 0, 2 }
uselistorder %_IO_FILE** @gv_0, { 1, 0 }
uselistorder i32 (i8*)* @strlen, { 1, 3, 2, 0, 4 }
uselistorder label LBL_11, { 1, 0 }
uselistorder label LBL_9, { 1, 0 }
uselistorder label LBL_6, { 4, 3, 2, 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE805_char_memcpy_12-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE805_char_memcpy_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.in.reg2mem = alloca i64*
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_4, label LBL_1
LBL_1:
%4 = call i64* @malloc(i32 50)
%5 = icmp eq i64* %4, null
%6 = icmp eq i1 %5, false
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%7 = bitcast i64* %4 to i8*
store i8 0, i8* %7, align 1
store i64* %4, i64** %sv_0.0.in.reg2mem
br label LBL_7
LBL_4:
%8 = call i64* @malloc(i32 100)
%9 = icmp eq i64* %8, null
%10 = icmp eq i1 %9, false
br i1 %10, label LBL_6, label LBL_5
LBL_5:
call void @exit(i32 -1)
unreachable
LBL_6:
%11 = bitcast i64* %8 to i8*
store i8 0, i8* %11, align 1
store i64* %8, i64** %sv_0.0.in.reg2mem
br label LBL_7
LBL_7:
%sv_0.0.in.reload = load i64*, i64** %sv_0.0.in.reg2mem
%sv_0.0 = ptrtoint i64* %sv_0.0.in.reload to i64
%12 = call i64* @memset(i64* nonnull %sv_1, i32 67, i32 99)
%13 = load i64, i64* %sv_1, align 8
store i64 %13, i64* %sv_0.0.in.reload, align 8
%14 = add i64 %sv_0.0, 8
%15 = inttoptr i64 %14 to i64*
%16 = add i64 %sv_0.0, 16
%17 = inttoptr i64 %16 to i64*
%18 = add i64 %sv_0.0, 24
%19 = inttoptr i64 %18 to i64*
%20 = add i64 %sv_0.0, 32
%21 = inttoptr i64 %20 to i64*
%22 = add i64 %sv_0.0, 40
%23 = inttoptr i64 %22 to i64*
%24 = add i64 %sv_0.0, 48
%25 = inttoptr i64 %24 to i64*
%26 = add i64 %sv_0.0, 56
%27 = inttoptr i64 %26 to i64*
%28 = add i64 %sv_0.0, 64
%29 = inttoptr i64 %28 to i64*
%30 = add i64 %sv_0.0, 72
%31 = inttoptr i64 %30 to i64*
%32 = add i64 %sv_0.0, 80
%33 = inttoptr i64 %32 to i64*
%34 = add i64 %sv_0.0, 88
%35 = inttoptr i64 %34 to i64*
%36 = add i64 %sv_0.0, 96
%37 = inttoptr i64 %36 to i32*
%38 = add i64 %sv_0.0, 99
%39 = inttoptr i64 %38 to i8*
store i8 0, i8* %39, align 1
%40 = call i64 @FUNC(i64 %sv_0.0)
call void @free(i64* nonnull %sv_0.0.in.reload)
%41 = call i64 @FUNC(i64 40)
%42 = icmp eq i64 %0, %41
store i64 0, i64* %rax.0.reg2mem
br i1 %42, label LBL_9, label LBL_8
LBL_8:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_9
LBL_9:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %sv_0.0, { 13, 12, 11, 3, 10, 0, 9, 8, 7, 6, 5, 4, 2, 1 }
uselistorder i64* %sv_0.0.in.reload, { 2, 1, 0 }
uselistorder i64* %sv_1, { 1, 0 }
uselistorder i64** %sv_0.0.in.reg2mem, { 0, 2, 1 }
uselistorder i64* (i32)* @malloc, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE131_memcpy_11-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
%4 = ptrtoint i64* %sv_1 to i64
%5 = add i64 %4, -33
%6 = and i64 %5, -16
%sv_2.0 = select i1 %3, i64 0, i64 %6
store i64 0, i64* %sv_0, align 8
%7 = inttoptr i64 %sv_2.0 to i64*
%8 = call i64* @memcpy(i64* %7, i64* nonnull %sv_0, i32 40)
%9 = inttoptr i64 %sv_2.0 to i32*
%10 = load i32, i32* %9, align 16
%11 = zext i32 %10 to i64
%12 = call i64 @FUNC(i64 %11)
%13 = call i64 @FUNC(i64 40)
%14 = icmp eq i64 %0, %13
store i64 0, i64* %rax.0.reg2mem
br i1 %14, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printIntLine, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE123_Write_What_Where_Condition__listen_socket_17-bad
|
CWE123_Write_What_Where_Condition__listen_socket_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = ptrtoint i64* %sv_2 to i64
store i64 %1, i64* %sv_1, align 8
%2 = ptrtoint i64* %sv_1 to i64
store i64 %2, i64* %sv_2, align 8
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%4 = icmp eq i32 %3, -1
br i1 %4, label LBL_6, label LBL_1
LBL_1:
%5 = bitcast i64* %sv_0 to %sockaddr*
%6 = call i64* @memset(i64* nonnull %sv_0, i32 0, i32 16)
store i64 2, i64* %sv_0, align 8
%7 = call i16 @htons(i16 27015)
%8 = call i32 @bind(i32 %3, %sockaddr* nonnull %5, i32 16)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_4, label LBL_2
LBL_2:
%10 = call i32 @listen(i32 %3, i32 5)
%11 = icmp eq i32 %10, -1
br i1 %11, label LBL_4, label LBL_3
LBL_3:
%12 = call i32 @accept(i32 %3, %sockaddr* null, i32* null)
%13 = icmp eq i32 %12, -1
br i1 %13, label LBL_4, label LBL_5
LBL_4:
%14 = call i32 @close(i32 %3)
br label LBL_6
LBL_5:
%15 = call i32 @recv(i32 %12, i64* nonnull %sv_1, i32 16, i32 0)
%16 = call i32 @close(i32 %3)
%17 = call i32 @close(i32 %12)
br label LBL_6
LBL_6:
store i64 %1, i64* @gv_0, align 8
%18 = load i64, i64* %sv_1, align 8
store i64 %18, i64* @gv_1, align 8
store i64 %18, i64* %sv_2, align 8
%19 = add i64 %18, 8
%20 = inttoptr i64 %19 to i64*
store i64 %1, i64* %20, align 8
%21 = call i64 @FUNC(i64 40)
%22 = icmp eq i64 %0, %21
store i64 0, i64* %rax.0.reg2mem
br i1 %22, label LBL_8, label LBL_7
LBL_7:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_8
LBL_8:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %3, { 4, 0, 1, 2, 3, 5 }
uselistorder i64* %sv_1, { 1, 0, 2, 3 }
uselistorder i64* %sv_0, { 2, 1, 0 }
uselistorder i32 (i32)* @close, { 2, 1, 0, 3 }
}
|
1
|
juliet-test-suite-c
|
CWE369_Divide_by_Zero__float_fgets_04-bad
|
CWE369_Divide_by_Zero__float_fgets_04_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = alloca i128
%rax.0.reg2mem = alloca i64
%sv_0.0.in.reg2mem = alloca i64
%1 = load i128, i128* %0
%2 = load i128, i128* %0
%sv_1 = alloca i64, align 8
%3 = call i64 @FUNC(i64 40)
%4 = call i128 @FUNC(i128 %2, i128 %2)
%5 = call i64 @FUNC(i128 %4)
%6 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%7 = bitcast i64* %sv_1 to i8*
%8 = call i8* @fgets(i8* nonnull %7, i32 20, %_IO_FILE* %6)
%9 = icmp eq i8* %8, null
br i1 %9, label LBL_2, label LBL_1
LBL_1:
%10 = call double @atof(i8* nonnull %7)
%11 = fptrunc double %10 to float
%12 = bitcast float %11 to i32
%13 = sext i32 %12 to i128
%14 = call i128 @FUNC(i128 %13)
%15 = call i64 @FUNC(i128 %14)
store i64 %15, i64* %sv_0.0.in.reg2mem
br label LBL_3
LBL_2:
%16 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_1 to i64))
store i64 %5, i64* %sv_0.0.in.reg2mem
br label LBL_3
LBL_3:
%sv_0.0.in.reload = load i64, i64* %sv_0.0.in.reg2mem
%sv_0.0 = trunc i64 %sv_0.0.in.reload to i32
%17 = call i128 @FUNC(i128 %1, i128 %1)
%18 = call i128 @FUNC(i32 %sv_0.0)
%19 = call i128 @FUNC(i64 4636737291354636288)
%20 = call i128 @FUNC(i128 %19, i128 %18)
%21 = call i32 @FUNC(i128 %20)
%22 = zext i32 %21 to i64
%23 = call i64 @FUNC(i64 %22)
%24 = call i64 @FUNC(i64 40)
%25 = icmp eq i64 %3, %24
store i64 0, i64* %rax.0.reg2mem
br i1 %25, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %sv_0.0.in.reg2mem, { 0, 2, 1 }
uselistorder i128* %0, { 1, 0 }
uselistorder label LBL_3, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_listen_socket_05-bad
|
CWE122_Heap_Based_Buffer_Overflow__c_CWE129_listen_socket_05_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%indvars.iv10.reg2mem = alloca i64
%sv_0.1.ph.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* @gv_0, align 4
%2 = icmp eq i32 %1, 0
br i1 %2, label LBL_18, label LBL_1
LBL_1:
%3 = call i32 @socket(i32 2, i32 1, i32 6)
%4 = icmp eq i32 %3, -1
store i32 -1, i32* %sv_0.1.ph.reg2mem
br i1 %4, label LBL_9, label LBL_2
LBL_2:
%5 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%6 = call i16 @htons(i16 27015)
%7 = bitcast i64* %sv_2 to %sockaddr*
%8 = call i32 @bind(i32 %3, %sockaddr* nonnull %7, i32 16)
%9 = icmp eq i32 %8, -1
br i1 %9, label LBL_7, label LBL_3
LBL_3:
%10 = call i32 @listen(i32 %3, i32 5)
%11 = icmp eq i32 %10, -1
br i1 %11, label LBL_7, label LBL_4
LBL_4:
%12 = call i32 @accept(i32 %3, %sockaddr* null, i32* null)
%13 = icmp eq i32 %12, -1
br i1 %13, label LBL_7, label LBL_5
LBL_5:
%14 = call i32 @recv(i32 %12, i64* nonnull %sv_1, i32 13, i32 0)
%15 = add i32 %14, 1
%16 = icmp ult i32 %15, 2
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %16, label LBL_8, label LBL_6
LBL_6:
%17 = ptrtoint i64* %sv_3 to i64
%18 = sext i32 %14 to i64
%19 = add i64 %17, -22
%20 = add i64 %19, %18
%21 = inttoptr i64 %20 to i8*
store i8 0, i8* %21, align 1
%22 = bitcast i64* %sv_1 to i8*
%23 = call i32 @atoi(i8* nonnull %22)
store i32 %23, i32* %sv_0.0.ph.reg2mem
br label LBL_8
LBL_7:
%24 = call i32 @close(i32 %3)
store i32 -1, i32* %sv_0.1.ph.reg2mem
br label LBL_9
LBL_8:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%25 = call i32 @close(i32 %3)
%26 = call i32 @close(i32 %12)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.ph.reg2mem
br label LBL_9
LBL_9:
%.pr = load i32, i32* @gv_0, align 4
%27 = icmp eq i32 %.pr, 0
br i1 %27, label LBL_18, label LBL_10
LBL_10:
%sv_0.1.ph.reload = load i32, i32* %sv_0.1.ph.reg2mem
%28 = call i64* @malloc(i32 40)
%29 = ptrtoint i64* %28 to i64
%30 = icmp eq i64* %28, null
%31 = icmp eq i1 %30, false
store i64 0, i64* %indvars.iv10.reg2mem
br i1 %31, label LBL_12, label LBL_11
LBL_11:
call void @exit(i32 -1)
unreachable
LBL_12:
%indvars.iv10.reload = load i64, i64* %indvars.iv10.reg2mem
%32 = mul i64 %indvars.iv10.reload, 4
%33 = add i64 %32, %29
%34 = inttoptr i64 %33 to i32*
store i32 0, i32* %34, align 4
%indvars.iv.next11 = add nuw nsw i64 %indvars.iv10.reload, 1
%exitcond12 = icmp eq i64 %indvars.iv.next11, 10
store i64 %indvars.iv.next11, i64* %indvars.iv10.reg2mem
br i1 %exitcond12, label LBL_13, label LBL_12
LBL_13:
%35 = icmp slt i32 %sv_0.1.ph.reload, 0
br i1 %35, label LBL_16, label LBL_14
LBL_14:
%36 = sext i32 %sv_0.1.ph.reload to i64
%37 = mul i64 %36, 4
%38 = add i64 %37, %29
%39 = inttoptr i64 %38 to i32*
store i32 1, i32* %39, align 4
store i64 0, i64* %indvars.iv.reg2mem
br label LBL_15
LBL_15:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%40 = mul i64 %indvars.iv.reload, 4
%41 = add i64 %40, %29
%42 = inttoptr i64 %41 to i32*
%43 = load i32, i32* %42, align 4
%44 = zext i32 %43 to i64
%45 = call i64 @FUNC(i64 %44)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_17, label LBL_15
LBL_16:
%46 = call i64 @FUNC(i64 ptrtoint ([32 x i8]* @gv_1 to i64))
br label LBL_17
LBL_17:
call void @free(i64* %28)
br label LBL_18
LBL_18:
%47 = call i64 @FUNC(i64 40)
%48 = icmp eq i64 %0, %47
store i64 0, i64* %rax.0.reg2mem
br i1 %48, label LBL_20, label LBL_19
LBL_19:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_20
LBL_20:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %29, { 1, 0, 2 }
uselistorder i32 %sv_0.1.ph.reload, { 1, 0 }
uselistorder i32 %14, { 1, 0 }
uselistorder i32 %3, { 4, 0, 1, 2, 3, 5 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 2, 1 }
uselistorder i32* %sv_0.1.ph.reg2mem, { 0, 2, 3, 1 }
uselistorder i64* %indvars.iv10.reg2mem, { 2, 0, 1 }
uselistorder i64* %indvars.iv.reg2mem, { 1, 0, 2 }
uselistorder i64 10, { 1, 0 }
uselistorder i32 (i32)* @close, { 2, 1, 0, 3 }
uselistorder i32 -1, { 7, 1, 2, 3, 4, 5, 0, 6 }
uselistorder label LBL_18, { 1, 2, 0 }
uselistorder label LBL_17, { 1, 0 }
uselistorder label LBL_12, { 1, 0 }
uselistorder label LBL_9, { 2, 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE127_Buffer_Underread__malloc_char_loop_13-bad
|
CWE127_Buffer_Underread__malloc_char_loop_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%storemerge1.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* inttoptr (i64 8336 to i32*), align 16
%2 = icmp eq i32 %1, 5
%3 = icmp eq i1 %2, false
store i64 0, i64* %sv_0.0.reg2mem
br i1 %3, label LBL_4, label LBL_1
LBL_1:
%4 = call i64* @malloc(i32 100)
%5 = icmp eq i64* %4, null
%6 = icmp eq i1 %5, false
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%7 = ptrtoint i64* %4 to i64
%8 = call i64* @memset(i64* %4, i32 65, i32 99)
%9 = add i64 %7, 99
%10 = inttoptr i64 %9 to i8*
store i8 0, i8* %10, align 1
%11 = add i64 %7, -8
store i64 %11, i64* %sv_0.0.reg2mem
br label LBL_4
LBL_4:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%12 = call i64* @memset(i64* nonnull %sv_1, i32 67, i32 99)
%13 = ptrtoint i64* %sv_1 to i64
store i64 0, i64* %storemerge1.reg2mem
br label LBL_5
LBL_5:
%storemerge1.reload = load i64, i64* %storemerge1.reg2mem
%14 = add i64 %storemerge1.reload, %sv_0.0.reload
%15 = inttoptr i64 %14 to i8*
%16 = load i8, i8* %15, align 1
%17 = add i64 %storemerge1.reload, %13
%18 = inttoptr i64 %17 to i8*
store i8 %16, i8* %18, align 1
%19 = add nuw nsw i64 %storemerge1.reload, 1
%exitcond = icmp eq i64 %19, 100
store i64 %19, i64* %storemerge1.reg2mem
br i1 %exitcond, label LBL_6, label LBL_5
LBL_6:
%20 = call i64 @FUNC(i64* nonnull %sv_1)
%21 = call i64 @FUNC(i64 40)
%22 = icmp eq i64 %0, %21
store i64 0, i64* %rax.0.reg2mem
br i1 %22, label LBL_8, label LBL_7
LBL_7:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_8
LBL_8:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %storemerge1.reload, { 0, 2, 1 }
uselistorder i64* %4, { 0, 2, 1 }
uselistorder i64* %sv_1, { 0, 2, 1 }
uselistorder i64* %storemerge1.reg2mem, { 1, 0, 2 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE401_Memory_Leak__int_malloc_14-bad
|
CWE401_Memory_Leak__int_malloc_14_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%1 = zext i32 %0 to i64
%2 = icmp eq i32 %0, 5
%3 = icmp eq i1 %2, false
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_4, label LBL_1
LBL_1:
%4 = call i64* @malloc(i32 400)
%5 = icmp eq i64* %4, null
%6 = icmp eq i1 %5, false
br i1 %6, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%7 = bitcast i64* %4 to i32*
store i32 5, i32* %7, align 4
%8 = call i64 @FUNC(i64 5)
store i64 %8, i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %4, { 1, 0 }
uselistorder i32 5, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE401_Memory_Leak__malloc_realloc_int64_t_17-bad
|
CWE401_Memory_Leak__malloc_realloc_int64_t_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = call i64* @malloc(i32 ptrtoint (i32* @gv_0 to i32))
%1 = icmp eq i64* %0, null
%2 = icmp eq i1 %1, false
br i1 %2, label LBL_2, label LBL_1
LBL_1:
call void @exit(i32 -1)
unreachable
LBL_2:
store i64 5, i64* %0, align 8
%3 = call i64 @FUNC(i64 5)
%4 = call i64* @realloc(i64* %0, i32 1040000)
%5 = ptrtoint i64* %4 to i64
%6 = icmp eq i64* %4, null
store i64 %5, i64* %rax.0.reg2mem
br i1 %6, label LBL_4, label LBL_3
LBL_3:
store i64 10, i64* %4, align 8
%7 = call i64 @FUNC(i64 10)
call void @free(i64* nonnull %4)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printLongLongLine, { 1, 0 }
uselistorder label LBL_4, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__short_fscanf_add_08-bad
|
CWE190_Integer_Overflow__short_fscanf_add_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i16, align 2
%0 = call i64 @FUNC(i64 40)
store i16 0, i16* %sv_0, align 2
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%5 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %4, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @gv_1, i64 0, i64 0), i16* nonnull %sv_0)
br label LBL_2
LBL_2:
%6 = call i64 @FUNC()
%7 = trunc i64 %6 to i32
%8 = icmp eq i32 %7, 0
br i1 %8, label LBL_4, label LBL_3
LBL_3:
%9 = load i16, i16* %sv_0, align 2
%10 = add i16 %9, 1
%11 = sext i16 %10 to i64
%12 = and i64 %11, 4294967295
%13 = call i64 @FUNC(i64 %12)
br label LBL_4
LBL_4:
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %0, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_6, label LBL_5
LBL_5:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_6
LBL_6:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i16* %sv_0, { 1, 0, 2 }
uselistorder i64 ()* @staticReturnsTrue, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__unsigned_int_max_multiply_10-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_2, label LBL_1
LBL_1:
%2 = call i64 @FUNC(i64 4)
store i64 %2, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printUnsignedLine, { 1, 0 }
uselistorder i32* @gv_0, { 4, 3, 0, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE190_Integer_Overflow__unsigned_int_fscanf_square_14-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = zext i32 %0 to i64
%2 = icmp eq i32 %0, 5
%3 = icmp eq i1 %2, false
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = call i64 @FUNC(i64 4)
store i64 %4, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %0, { 1, 0 }
uselistorder i64 (i64)* @printUnsignedLine, { 3, 2, 1, 0 }
uselistorder i32* @gv_0, { 5, 0, 4, 1, 3, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE191_Integer_Underflow__int_fgets_sub_32-good
|
goodB2G
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.03.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_1, align 8
%1 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%2 = bitcast i64* %sv_1 to i8*
%3 = call i8* @fgets(i8* nonnull %2, i32 14, %_IO_FILE* %1)
%4 = icmp eq i8* %3, null
br i1 %4, label LBL_1, label LBL_2
LBL_1:
%5 = call i64 @FUNC(i64 ptrtoint ([16 x i8]* @gv_1 to i64))
store i32 0, i32* %sv_0.03.reg2mem
br label LBL_3
LBL_2:
%6 = call i32 @atoi(i8* nonnull %2)
%7 = icmp eq i32 %6, -2147483648
store i32 %6, i32* %sv_0.03.reg2mem
br i1 %7, label LBL_4, label LBL_3
LBL_3:
%sv_0.03.reload = load i32, i32* %sv_0.03.reg2mem
%8 = add i32 %sv_0.03.reload, -1
%9 = zext i32 %8 to i64
%10 = call i64 @FUNC(i64 %9)
br label LBL_5
LBL_4:
%11 = call i64 @FUNC(i64 ptrtoint ([48 x i8]* @gv_2 to i64))
br label LBL_5
LBL_5:
%12 = call i64 @FUNC(i64 40)
%13 = icmp eq i64 %0, %12
store i64 0, i64* %rax.0.reg2mem
br i1 %13, label LBL_7, label LBL_6
LBL_6:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_7
LBL_7:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printIntLine, { 1, 0 }
uselistorder label LBL_3, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_ncpy_02-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = ptrtoint i64* %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -17
%3 = and i64 %2, -16
store i64 %3, i64* %sv_1, align 8
%4 = add i64 %0, -49
%5 = and i64 %4, -16
%6 = inttoptr i64 %5 to i8*
store i8 0, i8* %6, align 16
store i64 4702111234474983745, i64* %sv_0, align 8
%7 = bitcast i64* %sv_0 to i8*
%8 = call i32 @strlen(i8* nonnull %7)
%9 = add i32 %8, 1
%10 = call i8* @strncpy(i8* %6, i8* nonnull %7, i32 %9)
%11 = call i64 @FUNC(i64 %5)
%12 = call i64 @FUNC(i64 40)
%13 = icmp eq i64 %1, %12
store i64 0, i64* %rax.0.reg2mem
br i1 %13, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %5, { 1, 0 }
uselistorder i8* (i8*, i8*, i32)* @strncpy, { 1, 0, 2 }
uselistorder i32 (i8*)* @strlen, { 1, 0, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE789_Uncontrolled_Mem_Alloc__malloc_char_fscanf_08-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_0, align 8
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = load %_IO_FILE*, %_IO_FILE** @gv_0, align 8
%5 = call i32 (%_IO_FILE*, i8*, ...) @fscanf(%_IO_FILE* %4, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @gv_1, i64 0, i64 0), i64* nonnull %sv_0)
br label LBL_2
LBL_2:
%6 = call i64 @FUNC()
%7 = trunc i64 %6 to i32
%8 = icmp eq i32 %7, 0
br i1 %8, label LBL_8, label LBL_3
LBL_3:
%9 = load i64, i64* %sv_0, align 8
%.off = add i64 %9, -6
%10 = icmp ult i64 %.off, 94
br i1 %10, label LBL_4, label LBL_7
LBL_4:
%11 = trunc i64 %9 to i32
%12 = call i64* @malloc(i32 %11)
%13 = icmp eq i64* %12, null
%14 = icmp eq i1 %13, false
br i1 %14, label LBL_6, label LBL_5
LBL_5:
call void @exit(i32 -1)
unreachable
LBL_6:
%15 = ptrtoint i64* %12 to i64
%16 = bitcast i64* %12 to i32*
store i32 1819043176, i32* %16, align 4
%17 = add i64 %15, 4
%18 = inttoptr i64 %17 to i16*
store i16 111, i16* %18, align 2
%19 = call i64 @FUNC(i64 %15)
call void @free(i64* %12)
br label LBL_8
LBL_7:
%20 = call i64 @FUNC(i64 ptrtoint ([64 x i8]* @gv_2 to i64))
br label LBL_8
LBL_8:
%21 = call i64 @FUNC(i64 40)
%22 = icmp eq i64 %0, %21
store i64 0, i64* %rax.0.reg2mem
br i1 %22, label LBL_10, label LBL_9
LBL_9:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_10
LBL_10:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %12, { 0, 1, 3, 2 }
uselistorder i64 %9, { 1, 0 }
uselistorder i64* %sv_0, { 1, 0, 2 }
uselistorder i32 (%_IO_FILE*, i8*, ...)* @fscanf, { 1, 0, 2 }
uselistorder %_IO_FILE** @gv_0, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE416_Use_After_Free__malloc_free_char_07-bad
|
CWE416_Use_After_Free__malloc_free_char_07_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.reg2mem = alloca i64
%.reg2mem = alloca i32
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 5
%2 = icmp eq i1 %1, false
store i32 %0, i32* %.reg2mem
store i64 0, i64* %sv_0.0.reg2mem
br i1 %2, label LBL_4, label LBL_1
LBL_1:
%3 = call i64* @malloc(i32 100)
%4 = icmp eq i64* %3, null
%5 = icmp eq i1 %4, false
br i1 %5, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%6 = ptrtoint i64* %3 to i64
%7 = call i64* @memset(i64* %3, i32 65, i32 99)
%8 = add i64 %6, 99
%9 = inttoptr i64 %8 to i8*
store i8 0, i8* %9, align 1
call void @free(i64* %3)
%.pre = load i32, i32* @gv_0, align 4
store i32 %.pre, i32* %.reg2mem
store i64 %6, i64* %sv_0.0.reg2mem
br label LBL_4
LBL_4:
%.reload = load i32, i32* %.reg2mem
%10 = zext i32 %.reload to i64
%11 = icmp eq i32 %.reload, 5
%12 = icmp eq i1 %11, false
store i64 %10, i64* %rax.0.reg2mem
br i1 %12, label LBL_6, label LBL_5
LBL_5:
%sv_0.0.reload = load i64, i64* %sv_0.0.reg2mem
%13 = call i64 @FUNC(i64 %sv_0.0.reload)
store i64 %13, i64* %rax.0.reg2mem
br label LBL_6
LBL_6:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %3, { 0, 1, 3, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__src_char_declare_cat_32-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = bitcast i64* %sv_1 to i8*
%2 = ptrtoint i64* %sv_1 to i64
%3 = call i64* @memset(i64* nonnull %sv_1, i32 65, i32 49)
%4 = add i64 %2, 49
%5 = inttoptr i64 %4 to i8*
store i8 0, i8* %5, align 1
store i64 0, i64* %sv_0, align 8
%6 = bitcast i64* %sv_0 to i8*
%7 = call i8* @strcat(i8* nonnull %6, i8* nonnull %1)
%8 = call i64 @FUNC(i64 %2)
%9 = call i64 @FUNC(i64 40)
%10 = icmp eq i64 %0, %9
store i64 0, i64* %rax.0.reg2mem
br i1 %10, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__struct_pointer_05-good
|
goodB2G2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = icmp eq i32 %0, 0
store i64 0, i64* %rax.0.reg2mem
br i1 %1, label LBL_4, label LBL_1
LBL_1:
%2 = call i64* @malloc(i32 8)
%3 = icmp eq i64* %2, null
%4 = icmp eq i1 %3, false
br i1 %4, label LBL_3, label LBL_2
LBL_2:
call void @exit(i32 -1)
unreachable
LBL_3:
%5 = bitcast i64* %2 to i32*
store i32 5, i32* %5, align 4
%6 = ptrtoint i64* %2 to i64
%7 = add i64 %6, 4
%8 = inttoptr i64 %7 to i32*
store i32 6, i32* %8, align 4
%9 = load i32, i32* %5, align 4
%10 = zext i32 %9 to i64
%11 = call i64 @FUNC(i64 %10)
%12 = load i32, i32* %8, align 4
%13 = zext i32 %12 to i64
%14 = call i64 @FUNC(i64 %13)
store i64 %14, i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %2, { 0, 2, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE369_Divide_by_Zero__int_fscanf_divide_14-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%0 = load i32, i32* @gv_0, align 4
%1 = zext i32 %0 to i64
%2 = icmp eq i32 %0, 5
%3 = icmp eq i1 %2, false
store i64 %1, i64* %rax.0.reg2mem
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = call i64 @FUNC(i64 14)
store i64 %4, i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 (i64)* @printIntLine, { 3, 2, 1, 0 }
uselistorder i32* @gv_0, { 5, 0, 4, 1, 3, 2 }
}
|
0
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE806_char_alloca_snprintf_17-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = ptrtoint i64* %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -97
%3 = and i64 %2, -16
%4 = inttoptr i64 %3 to i64*
%5 = add i64 %3, 49
%6 = inttoptr i64 %5 to i8*
%7 = call i64* @memset(i64* %4, i32 65, i32 49)
store i8 0, i8* %6, align 1
%8 = inttoptr i64 %3 to i8*
store i64 0, i64* %sv_0, align 8
%9 = call i32 @strlen(i8* %8)
%10 = bitcast i64* %sv_0 to i8*
%11 = call i32 (i8*, i32, i8*, ...) @snprintf(i8* nonnull %10, i32 %9, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_0, i64 0, i64 0), i8* %8)
%12 = call i64 @FUNC(i64 %3)
%13 = call i64 @FUNC(i64 40)
%14 = icmp eq i64 %1, %13
store i64 0, i64* %rax.0.reg2mem
br i1 %14, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i8* %8, { 1, 0 }
uselistorder i64 %3, { 2, 3, 0, 1 }
}
|
0
|
juliet-test-suite-c
|
CWE124_Buffer_Underwrite__char_alloca_cpy_08-bad
|
CWE124_Buffer_Underwrite__char_alloca_cpy_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i8*, align 8
%0 = ptrtoint i8** %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -97
%3 = and i64 %2, -16
%4 = inttoptr i64 %3 to i64*
%5 = call i64* @memset(i64* %4, i32 65, i32 99)
%6 = add i64 %3, 99
%7 = inttoptr i64 %6 to i8*
store i8 0, i8* %7, align 1
%8 = call i64 @FUNC()
%9 = trunc i64 %8 to i32
%10 = icmp eq i32 %9, 0
br i1 %10, label LBL_2, label LBL_1
LBL_1:
%11 = add i64 %3, -8
%12 = inttoptr i64 %11 to i8*
store i8* %12, i8** %sv_1, align 8
br label LBL_2
LBL_2:
%13 = call i64* @memset(i64* nonnull %sv_0, i32 67, i32 99)
%14 = load i8*, i8** %sv_1, align 8
%15 = bitcast i64* %sv_0 to i8*
%16 = call i8* @strcpy(i8* %14, i8* nonnull %15)
%17 = load i8*, i8** %sv_1, align 8
%18 = ptrtoint i8* %17 to i64
%19 = call i64 @FUNC(i64 %18)
%20 = call i64 @FUNC(i64 40)
%21 = icmp eq i64 %1, %20
store i64 0, i64* %rax.0.reg2mem
br i1 %21, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %3, { 0, 2, 1 }
uselistorder i8** %sv_1, { 3, 2, 1, 0 }
uselistorder i64* (i64*, i32, i32)* @memset, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE127_Buffer_Underread__CWE839_negative_08-bad
|
CWE127_Buffer_Underread__CWE839_negative_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = call i64 @FUNC()
%3 = trunc i64 %2 to i32
%4 = icmp eq i32 %3, 0
br i1 %4, label LBL_2, label LBL_1
LBL_1:
%5 = trunc i64 %1 to i32
%6 = icmp eq i32 %5, 0
%spec.select = select i1 %6, i64 -4, i64 -20
%7 = ptrtoint i64* %sv_0 to i64
%8 = add i64 %7, -48
%9 = add i64 %8, %spec.select
%10 = inttoptr i64 %9 to i32*
%11 = load i32, i32* %10, align 4
%12 = zext i32 %11 to i64
%13 = call i64 @FUNC(i64 %12)
br label LBL_2
LBL_2:
%14 = call i64 @FUNC(i64 40)
%15 = icmp eq i64 %0, %14
store i64 0, i64* %rax.0.reg2mem
br i1 %15, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 ()* @staticReturnsTrue, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE475_Undefined_Behavior_for_Input_to_API__char_08-bad
|
CWE475_Undefined_Behavior_for_Input_to_API__char_08_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i64 @FUNC()
%2 = trunc i64 %1 to i32
%3 = icmp eq i32 %2, 0
br i1 %3, label LBL_2, label LBL_1
LBL_1:
%4 = ptrtoint i64* %sv_0 to i64
store i64 7523094288207667809, i64* %sv_0, align 8
%5 = add i64 %4, 8
%6 = inttoptr i64 %5 to i64*
store i64 8101815670912281193, i64* %6, align 8
%7 = add i64 %4, 16
%8 = inttoptr i64 %7 to i64*
store i64 8680537053616894577, i64* %8, align 8
%9 = add i64 %4, 24
%10 = inttoptr i64 %9 to i16*
store i16 31353, i16* %10, align 8
%11 = add i64 %4, 26
%12 = inttoptr i64 %11 to i8*
store i8 0, i8* %12, align 2
%13 = or i64 %4, 4
%14 = or i64 %4, 6
%15 = inttoptr i64 %14 to i64*
%16 = inttoptr i64 %13 to i64*
%17 = call i64* @memcpy(i64* nonnull %15, i64* nonnull %16, i32 10)
%18 = call i64 @FUNC(i64 %4)
br label LBL_2
LBL_2:
%19 = call i64 @FUNC(i64 40)
%20 = icmp eq i64 %0, %19
store i64 0, i64* %rax.0.reg2mem
br i1 %20, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %4, { 2, 0, 1, 6, 5, 4, 3 }
}
|
1
|
juliet-test-suite-c
|
CWE197_Numeric_Truncation_Error__int_listen_socket_to_short_13-bad
|
CWE197_Numeric_Truncation_Error__int_listen_socket_to_short_13_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.1.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = load i32, i32* inttoptr (i64 8336 to i32*), align 16
%2 = icmp eq i32 %1, 5
%3 = icmp eq i1 %2, false
store i32 -1, i32* %sv_0.1.reg2mem
br i1 %3, label LBL_9, label LBL_1
LBL_1:
%4 = call i32 @socket(i32 2, i32 1, i32 6)
%5 = icmp eq i32 %4, -1
store i32 -1, i32* %sv_0.1.reg2mem
br i1 %5, label LBL_9, label LBL_2
LBL_2:
%6 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%7 = call i16 @htons(i16 27015)
%8 = bitcast i64* %sv_2 to %sockaddr*
%9 = call i32 @bind(i32 %4, %sockaddr* nonnull %8, i32 16)
%10 = icmp eq i32 %9, -1
br i1 %10, label LBL_7, label LBL_3
LBL_3:
%11 = call i32 @listen(i32 %4, i32 5)
%12 = icmp eq i32 %11, -1
br i1 %12, label LBL_7, label LBL_4
LBL_4:
%13 = call i32 @accept(i32 %4, %sockaddr* null, i32* null)
%14 = icmp eq i32 %13, -1
br i1 %14, label LBL_7, label LBL_5
LBL_5:
%15 = call i32 @recv(i32 %13, i64* nonnull %sv_1, i32 13, i32 0)
%16 = add i32 %15, 1
%17 = icmp ult i32 %16, 2
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %17, label LBL_8, label LBL_6
LBL_6:
%18 = ptrtoint i64* %sv_3 to i64
%19 = sext i32 %15 to i64
%20 = add i64 %18, -22
%21 = add i64 %20, %19
%22 = inttoptr i64 %21 to i8*
store i8 0, i8* %22, align 1
%23 = bitcast i64* %sv_1 to i8*
%24 = call i32 @atoi(i8* nonnull %23)
store i32 %24, i32* %sv_0.0.ph.reg2mem
br label LBL_8
LBL_7:
%25 = call i32 @close(i32 %4)
store i32 -1, i32* %sv_0.1.reg2mem
br label LBL_9
LBL_8:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%26 = call i32 @close(i32 %4)
%27 = call i32 @close(i32 %13)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.reg2mem
br label LBL_9
LBL_9:
%sv_0.1.reload = load i32, i32* %sv_0.1.reg2mem
%sext = mul i32 %sv_0.1.reload, 65536
%28 = ashr exact i32 %sext, 16
%29 = zext i32 %28 to i64
%30 = call i64 @FUNC(i64 %29)
%31 = call i64 @FUNC(i64 40)
%32 = icmp eq i64 %0, %31
store i64 0, i64* %rax.0.reg2mem
br i1 %32, label LBL_11, label LBL_10
LBL_10:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_11
LBL_11:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %15, { 1, 0 }
uselistorder i32 %4, { 4, 0, 1, 2, 3, 5 }
uselistorder i64* %sv_2, { 0, 2, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 2, 1 }
uselistorder i32* %sv_0.1.reg2mem, { 0, 3, 2, 1, 4 }
uselistorder i32 (i32)* @close, { 2, 1, 0, 3 }
uselistorder i32 -1, { 1, 3, 4, 5, 6, 0, 7, 2 }
uselistorder i32 5, { 1, 0 }
uselistorder label LBL_9, { 2, 1, 0, 3 }
}
|
1
|
juliet-test-suite-c
|
CWE194_Unexpected_Sign_Extension__rand_malloc_12-bad
|
CWE194_Unexpected_Sign_Extension__rand_malloc_12_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.1.reg2mem = alloca i64
%storemerge56.reg2mem = alloca i32
%0 = call i64 @FUNC()
%1 = trunc i64 %0 to i32
%2 = icmp eq i32 %1, 0
store i32 99, i32* %storemerge56.reg2mem
br i1 %2, label LBL_2, label LBL_1
LBL_1:
%3 = call i32 @rand()
%4 = urem i32 %3, 2
%5 = icmp eq i32 %4, 0
%6 = call i32 @rand()
%7 = call i32 @rand()
%8 = mul i32 %7, 32768
%9 = call i32 @rand()
%10 = xor i32 %9, %8
%11 = sext i1 %5 to i32
%storemerge.in = xor i32 %10, %11
%storemerge = zext i32 %storemerge.in to i64
%sext = mul i32 %storemerge.in, 65536
%12 = ashr exact i32 %sext, 16
%13 = trunc i32 %12 to i16
%14 = icmp sgt i16 %13, 99
store i32 %12, i32* %storemerge56.reg2mem
store i64 %storemerge, i64* %rax.1.reg2mem
br i1 %14, label LBL_5, label LBL_2
LBL_2:
%storemerge56.reload = load i32, i32* %storemerge56.reg2mem
%15 = call i64* @malloc(i32 %storemerge56.reload)
%16 = icmp eq i64* %15, null
%17 = icmp eq i1 %16, false
br i1 %17, label LBL_4, label LBL_3
LBL_3:
call void @exit(i32 -1)
unreachable
LBL_4:
%18 = ptrtoint i64* %15 to i64
%19 = add nsw i32 %storemerge56.reload, -1
%20 = call i64* @memset(i64* %15, i32 65, i32 %19)
%21 = zext i32 %storemerge56.reload to i64
%sext4 = mul i64 %21, 281474976710656
%22 = ashr exact i64 %sext4, 48
%23 = add i64 %18, -1
%24 = add i64 %23, %22
%25 = inttoptr i64 %24 to i8*
store i8 0, i8* %25, align 1
%26 = call i64 @FUNC(i64 %18)
call void @free(i64* %15)
store i64 ptrtoint (i32* @1 to i64), i64* %rax.1.reg2mem
br label LBL_5
LBL_5:
%rax.1.reload = load i64, i64* %rax.1.reg2mem
ret i64 %rax.1.reload
uselistorder i64 %18, { 1, 0 }
uselistorder i64* %15, { 0, 1, 3, 2 }
uselistorder i32 %storemerge56.reload, { 0, 2, 1 }
uselistorder i32* %storemerge56.reg2mem, { 0, 2, 1 }
uselistorder label LBL_2, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE606_Unchecked_Loop_Condition__char_environment_08-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.0.lcssa.reg2mem = alloca i64
%storemerge4.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
store i64 0, i64* %sv_2, align 8
%1 = bitcast i64* %sv_2 to i8*
%2 = call i64 @FUNC()
%3 = trunc i64 %2 to i32
%4 = icmp eq i32 %3, 0
br i1 %4, label LBL_3, label LBL_1
LBL_1:
%5 = call i32 @strlen(i8* nonnull %1)
%6 = call i8* @getenv(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @gv_0, i64 0, i64 0))
%7 = icmp eq i8* %6, null
br i1 %7, label LBL_3, label LBL_2
LBL_2:
%8 = sext i32 %5 to i64
%9 = ptrtoint i64* %sv_2 to i64
%10 = add i64 %8, %9
%11 = inttoptr i64 %10 to i8*
%12 = sub i32 99, %5
%13 = call i8* @strncat(i8* %11, i8* nonnull %6, i32 %12)
br label LBL_3
LBL_3:
%14 = call i64 @FUNC()
%15 = trunc i64 %14 to i32
%16 = icmp eq i32 %15, 0
br i1 %16, label LBL_5, label LBL_4
LBL_4:
%17 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_1 to i64))
br label LBL_11
LBL_5:
%18 = call i32 (i8*, i8*, ...) @sscanf(i8* nonnull %1, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @gv_2, i64 0, i64 0), i64* nonnull %sv_1)
%19 = icmp eq i32 %18, 1
%20 = icmp eq i1 %19, false
br i1 %20, label LBL_11, label LBL_6
LBL_6:
%21 = load i64, i64* %sv_1, align 8
%22 = trunc i64 %21 to i32
%23 = icmp sgt i32 %22, ptrtoint (i1* @gv_3 to i32)
br i1 %23, label LBL_11, label LBL_7
LBL_7:
%24 = and i64 %21, 4294967295
%25 = icmp eq i64 %24, 0
store i32 0, i32* %storemerge4.reg2mem
store i64 0, i64* %sv_0.0.lcssa.reg2mem
br i1 %25, label LBL_10, label LBL_8
LBL_8:
%storemerge4.reload = load i32, i32* %storemerge4.reg2mem
%26 = add i32 %storemerge4.reload, 1
%27 = sext i32 %26 to i64
%28 = icmp sgt i64 %24, %27
store i32 %26, i32* %storemerge4.reg2mem
br i1 %28, label LBL_8, label LBL_9
LBL_9:
%phitmp = zext i32 %26 to i64
store i64 %phitmp, i64* %sv_0.0.lcssa.reg2mem
br label LBL_10
LBL_10:
%sv_0.0.lcssa.reload = load i64, i64* %sv_0.0.lcssa.reg2mem
%29 = call i64 @FUNC(i64 %sv_0.0.lcssa.reload)
br label LBL_11
LBL_11:
%30 = call i64 @FUNC(i64 40)
%31 = icmp eq i64 %0, %30
store i64 0, i64* %rax.0.reg2mem
br i1 %31, label LBL_13, label LBL_12
LBL_12:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_13
LBL_13:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %26, { 1, 0, 2 }
uselistorder i8* %1, { 1, 0 }
uselistorder i64* %sv_1, { 1, 0 }
uselistorder i32* %storemerge4.reg2mem, { 2, 0, 1 }
uselistorder i64* %sv_0.0.lcssa.reg2mem, { 0, 2, 1 }
uselistorder label LBL_10, { 1, 0 }
uselistorder label LBL_8, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE126_Buffer_Overread__CWE129_connect_socket_14-good
|
goodB2G1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0.1.reg2mem = alloca i32
%sv_0.0.ph.reg2mem = alloca i32
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%sv_3 = alloca i64, align 8
%0 = ptrtoint i64* %sv_3 to i64
%1 = call i64 @FUNC(i64 40)
%2 = load i32, i32* inttoptr (i64 16404 to i32*), align 4
%3 = icmp eq i32 %2, 5
%4 = icmp eq i1 %3, false
store i32 -1, i32* %sv_0.1.reg2mem
br i1 %4, label LBL_6, label LBL_1
LBL_1:
%5 = call i32 @socket(i32 2, i32 1, i32 6)
%6 = icmp eq i32 %5, -1
store i32 -1, i32* %sv_0.1.reg2mem
br i1 %6, label LBL_6, label LBL_2
LBL_2:
%7 = call i64* @memset(i64* nonnull %sv_2, i32 0, i32 16)
store i64 2, i64* %sv_2, align 8
%8 = call i32 @inet_addr(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @gv_0, i64 0, i64 0))
%9 = call i16 @htons(i16 27015)
%10 = bitcast i64* %sv_2 to %sockaddr*
%11 = call i32 @connect(i32 %5, %sockaddr* nonnull %10, i32 16)
%12 = icmp eq i32 %11, -1
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %12, label LBL_5, label LBL_3
LBL_3:
%13 = call i32 @recv(i32 %5, i64* nonnull %sv_1, i32 13, i32 0)
%14 = add i32 %13, 1
%15 = icmp ult i32 %14, 2
store i32 -1, i32* %sv_0.0.ph.reg2mem
br i1 %15, label LBL_5, label LBL_4
LBL_4:
%16 = sext i32 %13 to i64
%17 = add i64 %0, -22
%18 = add i64 %17, %16
%19 = inttoptr i64 %18 to i8*
store i8 0, i8* %19, align 1
%20 = bitcast i64* %sv_1 to i8*
%21 = call i32 @atoi(i8* nonnull %20)
store i32 %21, i32* %sv_0.0.ph.reg2mem
br label LBL_5
LBL_5:
%sv_0.0.ph.reload = load i32, i32* %sv_0.0.ph.reg2mem
%22 = call i32 @close(i32 %5)
store i32 %sv_0.0.ph.reload, i32* %sv_0.1.reg2mem
br label LBL_6
LBL_6:
%23 = load i32, i32* @gv_1, align 4
%24 = icmp eq i32 %23, 5
br i1 %24, label LBL_8, label LBL_7
LBL_7:
%25 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_2 to i64))
br label LBL_11
LBL_8:
%sv_0.1.reload = load i32, i32* %sv_0.1.reg2mem
store i64 0, i64* %sv_2, align 8
%26 = icmp ugt i32 %sv_0.1.reload, 9
br i1 %26, label LBL_10, label LBL_9
LBL_9:
%27 = sext i32 %sv_0.1.reload to i64
%28 = mul i64 %27, 4
%29 = add i64 %0, -64
%30 = add i64 %29, %28
%31 = inttoptr i64 %30 to i32*
%32 = load i32, i32* %31, align 4
%33 = zext i32 %32 to i64
%34 = call i64 @FUNC(i64 %33)
br label LBL_11
LBL_10:
%35 = call i64 @FUNC(i64 ptrtoint ([36 x i8]* @gv_3 to i64))
br label LBL_11
LBL_11:
%36 = call i64 @FUNC(i64 40)
%37 = icmp eq i64 %1, %36
store i64 0, i64* %rax.0.reg2mem
br i1 %37, label LBL_13, label LBL_12
LBL_12:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_13
LBL_13:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %13, { 1, 0 }
uselistorder i32 %5, { 2, 0, 1, 3 }
uselistorder i64 %0, { 1, 0 }
uselistorder i64* %sv_2, { 2, 0, 3, 1 }
uselistorder i32* %sv_0.0.ph.reg2mem, { 0, 3, 2, 1 }
uselistorder i32* %sv_0.1.reg2mem, { 0, 2, 1, 3 }
uselistorder label LBL_6, { 1, 0, 2 }
uselistorder label LBL_5, { 1, 2, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__struct_pointer_17-bad
|
CWE457_Use_of_Uninitialized_Variable__struct_pointer_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%0 = alloca i32*
%1 = load i32*, i32** %0
%2 = ptrtoint i32* %1 to i64
%3 = add i64 %2, 4
%4 = inttoptr i64 %3 to i32*
%5 = load i32, i32* %1, align 4
%6 = zext i32 %5 to i64
%7 = call i64 @FUNC(i64 %6)
%8 = load i32, i32* %4, align 4
%9 = zext i32 %8 to i64
%10 = call i64 @FUNC(i64 %9)
ret i64 %10
uselistorder i32* %1, { 1, 0 }
uselistorder i64 (i64)* @printIntLine, { 1, 0 }
}
|
1
|
juliet-test-suite-c
|
CWE194_Unexpected_Sign_Extension__connect_socket_strncpy_12-good
|
goodG2B
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = ptrtoint i64* %sv_2 to i64
%1 = call i64 @FUNC(i64 40)
%2 = call i64 @FUNC()
store i64 0, i64* %sv_1, align 8
%3 = call i64* @memset(i64* nonnull %sv_0, i32 65, i32 99)
%4 = bitcast i64* %sv_1 to i8*
%5 = bitcast i64* %sv_0 to i8*
%6 = call i8* @strncpy(i8* nonnull %4, i8* nonnull %5, i32 99)
%7 = add i64 %0, -13
%8 = inttoptr i64 %7 to i8*
store i8 0, i8* %8, align 1
%9 = call i64 @FUNC(i64* nonnull %sv_1)
%10 = call i64 @FUNC(i64 40)
%11 = icmp eq i64 %1, %10
store i64 0, i64* %rax.0.reg2mem
br i1 %11, label LBL_2, label LBL_1
LBL_1:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_2
LBL_2:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
}
|
0
|
juliet-test-suite-c
|
CWE457_Use_of_Uninitialized_Variable__int_array_declare_no_init_04-good
|
goodG2B2
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%indvars.iv.reg2mem = alloca i64
%indvars.iv5.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = ptrtoint i64* %sv_0 to i64
store i64 0, i64* %indvars.iv5.reg2mem
br label LBL_1
LBL_1:
%indvars.iv5.reload = load i64, i64* %indvars.iv5.reg2mem
%2 = mul i64 %indvars.iv5.reload, 4
%3 = add i64 %2, %1
%4 = inttoptr i64 %3 to i32*
%5 = trunc i64 %indvars.iv5.reload to i32
store i32 %5, i32* %4, align 4
%indvars.iv.next6 = add nuw nsw i64 %indvars.iv5.reload, 1
%exitcond7 = icmp eq i64 %indvars.iv.next6, 10
store i64 %indvars.iv.next6, i64* %indvars.iv5.reg2mem
store i64 0, i64* %indvars.iv.reg2mem
br i1 %exitcond7, label LBL_2, label LBL_1
LBL_2:
%indvars.iv.reload = load i64, i64* %indvars.iv.reg2mem
%6 = mul i64 %indvars.iv.reload, 4
%7 = add i64 %6, %1
%8 = inttoptr i64 %7 to i32*
%9 = load i32, i32* %8, align 4
%10 = zext i32 %9 to i64
%11 = call i64 @FUNC(i64 %10)
%indvars.iv.next = add nuw nsw i64 %indvars.iv.reload, 1
%exitcond = icmp eq i64 %indvars.iv.next, 10
store i64 %indvars.iv.next, i64* %indvars.iv.reg2mem
br i1 %exitcond, label LBL_3, label LBL_2
LBL_3:
%12 = call i64 @FUNC(i64 40)
%13 = icmp eq i64 %0, %12
store i64 0, i64* %rax.0.reg2mem
br i1 %13, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64* %indvars.iv5.reg2mem, { 1, 0, 2 }
uselistorder i64* %indvars.iv.reg2mem, { 2, 0, 1 }
uselistorder i64 (i64)* @printIntLine, { 3, 2, 1, 0 }
uselistorder i64 10, { 1, 0, 3, 2, 5, 4, 7, 6 }
uselistorder label LBL_2, { 1, 0 }
}
|
0
|
juliet-test-suite-c
|
CWE194_Unexpected_Sign_Extension__rand_strncpy_17-bad
|
CWE194_Unexpected_Sign_Extension__rand_strncpy_17_bad
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%sv_2 = alloca i64, align 8
%0 = call i64 @FUNC(i64 40)
%1 = call i32 @rand()
%2 = call i32 @rand()
%3 = call i32 @rand()
%4 = call i32 @rand()
%5 = urem i32 %1, 2
%6 = icmp eq i32 %5, 0
%7 = mul i32 %3, 32768
%8 = xor i32 %4, %7
%9 = sext i1 %6 to i32
%storemerge4.in.le = xor i32 %8, %9
%sext3.le = mul i32 %storemerge4.in.le, 65536
%10 = ashr exact i32 %sext3.le, 16
store i64 0, i64* %sv_1, align 8
%11 = call i64* @memset(i64* nonnull %sv_0, i32 65, i32 99)
%12 = trunc i32 %10 to i16
%13 = icmp sgt i16 %12, 99
br i1 %13, label LBL_2, label LBL_1
LBL_1:
%14 = ptrtoint i64* %sv_2 to i64
%15 = bitcast i64* %sv_1 to i8*
%16 = bitcast i64* %sv_0 to i8*
%17 = call i8* @strncpy(i8* nonnull %15, i8* nonnull %16, i32 %10)
%18 = sext i32 %10 to i64
%19 = add i64 %14, -128
%20 = add i64 %19, %18
%21 = inttoptr i64 %20 to i8*
store i8 0, i8* %21, align 1
br label LBL_2
LBL_2:
%22 = call i64 @FUNC(i64* nonnull %sv_1)
%23 = call i64 @FUNC(i64 40)
%24 = icmp eq i64 %0, %23
store i64 0, i64* %rax.0.reg2mem
br i1 %24, label LBL_4, label LBL_3
LBL_3:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_4
LBL_4:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i32 %10, { 1, 0, 2 }
}
|
1
|
juliet-test-suite-c
|
CWE121_Stack_Based_Buffer_Overflow__CWE806_char_alloca_memcpy_07-good
|
goodG2B1
|
define i64 @FUNC() local_unnamed_addr {
LBL_0:
%rax.0.reg2mem = alloca i64
%.pre-phi.reg2mem = alloca i64*
%sv_0 = alloca i64, align 8
%sv_1 = alloca i64, align 8
%0 = ptrtoint i64* %sv_1 to i64
%1 = call i64 @FUNC(i64 40)
%2 = add i64 %0, -97
%3 = and i64 %2, -16
store i64 %3, i64* %sv_1, align 8
%4 = load i32, i32* @gv_0, align 4
%5 = icmp eq i32 %4, 5
br i1 %5, label LBL_2, label LBL_1
LBL_1:
%6 = call i64 @FUNC(i64 ptrtoint ([21 x i8]* @gv_1 to i64))
%.pre = inttoptr i64 %3 to i64*
store i64* %.pre, i64** %.pre-phi.reg2mem
br label LBL_3
LBL_2:
%7 = inttoptr i64 %3 to i64*
%8 = call i64* @memset(i64* %7, i32 65, i32 49)
%9 = add i64 %3, 49
%10 = inttoptr i64 %9 to i8*
store i8 0, i8* %10, align 1
store i64* %7, i64** %.pre-phi.reg2mem
br label LBL_3
LBL_3:
%11 = inttoptr i64 %3 to i8*
%.pre-phi.reload = load i64*, i64** %.pre-phi.reg2mem
store i64 0, i64* %sv_0, align 8
%12 = call i32 @strlen(i8* %11)
%13 = call i64* @memcpy(i64* nonnull %sv_0, i64* %.pre-phi.reload, i32 %12)
%14 = call i64 @FUNC(i64 %3)
%15 = call i64 @FUNC(i64 40)
%16 = icmp eq i64 %1, %15
store i64 0, i64* %rax.0.reg2mem
br i1 %16, label LBL_5, label LBL_4
LBL_4:
call void @__stack_chk_fail()
store i64 ptrtoint (i32* @1 to i64), i64* %rax.0.reg2mem
br label LBL_5
LBL_5:
%rax.0.reload = load i64, i64* %rax.0.reg2mem
ret i64 %rax.0.reload
uselistorder i64 %3, { 2, 4, 3, 1, 0, 5 }
uselistorder i64** %.pre-phi.reg2mem, { 0, 2, 1 }
}
|
0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.