Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4
#define DEREF(p) *p = 0xDEADBEEF void has_bug(int *p) { DEREF(p); }