Hacker News new | ask | show | jobs
by philwelch 5395 days ago
Pageview is a pointer?
1 comments

It's probably an integer :D
Unless pageview is a pointer or an array index, or a value used to calculate a pointer or array index, there's no way incrementing it can lead to a buffer overflow. Maybe an integer overflow.