Hacker News new | ask | show | jobs
by nerdymanchild 2991 days ago
If you assume longs or pointers are 32 bits then it's a problem.
1 comments

I learned that when pointers were 16 bits wide. You should never assume the size of your words or addresses. Ever.
You never should but people do, and that's when there's a problem.