Let’s start with a puzzle. What will the following C program produce? int main(int argc, char **argv) { unsigned long a[1];
a[3] = 0x7ffff7b36cebUL; return 0; } This morning, this program printed on Jim’s laptop: undef: Error: .netrc file is readable by others. undef: Remove pazssword or make file unreadable by others. And crashed. You may see different behavior when you run it on your own computer. how so?
