Subset of C language with tree interpreter and bytecode compiler + VM.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages před 3 měsíci
..
Makefile Initial commit. před 4 měsíci
dangling-pointer.c handle comparison of integer and pointer to variable před 3 měsíci
invalid-pointer.c improve error message for invalid assignments před 3 měsíci
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 před 3 měsíci
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 před 3 měsíci
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants před 3 měsíci
out-of-bounds-access.c Initial commit. před 4 měsíci
pointer-compare.c include file name and line number in syntax error messages před 3 měsíci
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers před 3 měsíci
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array před 3 měsíci
segmentation-fault.c handle array indexing and integer multiplication před 3 měsíci
uninitialised.c add test for access to uninitialised variable před 3 měsíci
use-after-free-2.c add use-after-free test for common linked list deallocation bug před 3 měsíci
use-after-free.c handle typedefs of anonymous structures před 3 měsíci