Viewing profile — cyan_pencil
cyan_pencil
HN member- Joined
- Sat, Dec 15, 2018, 4:01 PM UTC
- HN karma
- 4
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About cyan_pencil
No profile information was provided.
Recent public activity
-
comment
Comment #18688879
There is ASAN, the address sanitizer. You can enable it by passing some flags to gcc. It will make your program crash as soon as there is an out of bounds read / undefined behaviou…