Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
adobriyan
on Feb 6, 2014
|
parent
|
context
|
favorite
| on:
Simple Dynamic Strings library for C
> prevent overflow type attacks by using signed integers instead of size_t, and then checking whether the result is negative after arithmetic
Whoa!
As if checking for overflow with unsigned is impossible...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Whoa!
As if checking for overflow with unsigned is impossible...