Subset of C language with tree interpreter and bytecode compiler + VM.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Ian Piumarta c12fa4fdad be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem
..
Makefile Initial commit. pirms 4 mēnešiem
dangling-pointer.c handle comparison of integer and pointer to variable pirms 4 mēnešiem
invalid-pointer.c improve error message for invalid assignments pirms 4 mēnešiem
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants pirms 4 mēnešiem
out-of-bounds-access.c Initial commit. pirms 4 mēnešiem
pointer-compare.c handle comparisons between pointers and arrays, handle taking address of array pirms 3 mēnešiem
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers pirms 3 mēnešiem
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array pirms 3 mēnešiem
segmentation-fault.c handle array indexing and integer multiplication pirms 4 mēnešiem
use-after-free-2.c add use-after-free test for common linked list deallocation bug pirms 3 mēnešiem
use-after-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem