Shutdown Archive web server
#include <stdio.h> int main(void) { char *ptr = NULL; *ptr = 10; return(0); }