Archive for July 2013
What’s wrong with this piece of code ?
struct foo { int a, b; }; void kstrtol(long *x) { *x = -1; } int main(void) { struct foo foo; foo.b = 42; kstrtol((long *)&foo.a); return 0; }
Advertisements
Thoughts and musings of a programmer and wanna be entrepreneur
struct foo { int a, b; }; void kstrtol(long *x) { *x = -1; } int main(void) { struct foo foo; foo.b = 42; kstrtol((long *)&foo.a); return 0; }
The TED Blog shares interesting news about TED, TED Talks video, the TED Prize and more.