Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Your C example is caught by the clang static analyzer:

  main.c:14:20: warning: Use of memory after it is freed
    printf("%d\n", *v);
                   ^~


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: