Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Null deref
//Title of this code //gcc 4.9.2 #include <stdio.h> typedef struct { int* x; } S_t; int main(void) { S_t ss = {0}; S_t* s = &ss; int* p = &s->x[0]; if (p == NULL) { printf("Boom!\n"); } return 0; }
run
|
edit
|
history
|
help
1
address extraction
20171116_PI
18BCE2182 ASSESS_1 Q2-3
Exploiting uninitialized variable 2
18BCE2182 ASSESS_1 Q1-6
3.1.2 Matrix add/sub file concept
ej 2 c3
C_141113_Primo01
my first matrix addition
150116_MatrizOrdenada