Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jimmaswell
on May 27, 2013
|
parent
|
context
|
favorite
| on:
You are dangerously bad at cryptography
Here's a gem from an attempt to fix an integer overflow vulnerability in the PHP compiler:
if (size > INT_MAX) return NULL;
http://use.perl.org/use.perl.org/_Aristotle/journal/33448.ht...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
if (size > INT_MAX) return NULL;
http://use.perl.org/use.perl.org/_Aristotle/journal/33448.ht...