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

In C, using uninitialized data is undefined behavior only if:

- it is an automatic variable whose address has not been taken; or

- the uninitialized object' bits are such that it takes on a non-value representation.



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

Search: