On 04Sep2018 13:26, Cameron Simpson <[email protected]> wrote:
On 03Sep2018 22:32, Wes Turner <[email protected]> wrote:
Can another process or exploitable C extension JMP to that data or no?

See Stephan Houben's reply to your post: heap and stack on modern OSes are normally NX mode already, and CPython objects live on the stack. So in that circumstance, no.

Pardon me, CPython objects live on the heap, not the stack.

Cheers,
Cameron Simpson <[email protected]>
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to