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

Yeah here's a trivial one.

void *__free p = NULL;

func(&p); // func zeroes p to claim ownership

// end of scope, p is NULL, nothing happens // if func was not called, p is freed



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

Search: