Hacker News new | ask | show | jobs
by kaizoku_ 5595 days ago
The title makes me think that the code execution is the point of the story and he doesn't seem to understand how that happens in fnmatch().
1 comments

He's established that the stack pointer rolls over due to integer overflow. He hasn't established exactly which part of the input data gets copied over the return pointer, but you're only really interested in that if you're trying to exploit the weakness. Establishing that the stack pointer does overflow is sufficient for the purposes of fixing the bug.