Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
1, 2, 3, & 4-layer neural networks in C
Memory leak
24-June-2015
C_141210_Funciones
Greeting
B_141121_aleatorios
Majeur ou mineur
Stub Program for Problem 4 HW 2
modify char by mem addr
lab 11 v0.7
Please log in to post a comment.