Hacker News new | past | comments | ask | show | jobs | submit login

> As for RCEs in C code - these would be easily avoided if the implementation used two separate stacks - one for function parameters, and one for return addresses.

No. Increasingly, RCEs are due to vtable confusion resulting from use after free.




Sounds like you're the one with confusion; vtables are not a feature of C. C++, sure, but that's a different conversation. Your point is invalid.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: