Live data from Hacker News

Viewing profile — cyan_pencil

cyan_pencil

HN member
Joined
Sat, Dec 15, 2018, 4:01 PM UTC
HN karma
4
Public activity
1 items

About cyan_pencil

No profile information was provided.

Recent public activity

  1. 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…