impl.c 75 B

123456
  1. /* Write past the end. */
  2. void do_nasty(char *ptr) {
  3. ptr[10] = 'n';
  4. }