Viewing profile — mnay
mnay
HN member- Joined
- Fri, Nov 11, 2016, 3:53 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About mnay
No profile information was provided.
Recent public activity
-
comment
Comment #13113245
It is embarrassing for glibc not to check for overflow in calloc implementation prior to 2002. It is not only a security flaw but also violation of C Standards (even the first vers…
- comment
-
comment
Comment #12928060
The code in question violates the newer C standards (C99, C11). For instance, it doesn't even compile using "gcc -std=c99 -pedantic-errors". In the older C standard (C89), the code…