Live data from Hacker News

Viewing profile — hnfairy

hnfairy

HN member
Joined
Mon, Dec 26, 2016, 8:22 PM UTC
HN karma
3
Public activity
1 items

About hnfairy

No profile information was provided.

Recent public activity

  1. comment
    Comment #13259604

    Despite the argument at the end, this is undefined behavior in the latest C specification. The code dereferences a pointer one past the last element. C11 6.5.6/8: If the result poi…