Hacker News new | ask | show | jobs
by eptcyka 1957 days ago
Don't need a leak for C code to be vulnerable, in fact not using the heap helps - just one missing bounds check on user input and you can write to the stack. OTOH, W^X should catch those.