Subset of C language with tree interpreter and bytecode compiler + VM.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Ian Piumarta 5d296aef92 add use-after-free test for common linked list deallocation bug 4 个月前
..
Makefile Initial commit. 4 个月前
dangling-pointer.c handle comparison of integer and pointer to variable 4 个月前
invalid-pointer.c improve error message for invalid assignments 4 个月前
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 个月前
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 个月前
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 个月前
out-of-bounds-access.c Initial commit. 4 个月前
pointer-compare.c handle comparisons between pointers and arrays, handle taking address of array 4 个月前
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 4 个月前
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array 4 个月前
segmentation-fault.c handle array indexing and integer multiplication 4 个月前
use-after-free-2.c add use-after-free test for common linked list deallocation bug 4 个月前
use-after-free.c better printf(), handle initialisation of pointers and arrays from string literals 4 个月前