[issue16632] Enable DEP and ASLR

2016-07-30 Thread Berker Peksag
Berker Peksag added the comment: This has already been backported to 2.7 in issue 24508. -- nosy: +berker.peksag resolution: -> fixed status: open -> closed ___ Python tracker _

[issue16632] Enable DEP and ASLR

2016-06-12 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: christian.heimes -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16632] Enable DEP and ASLR

2015-02-02 Thread STINNER Victor
STINNER Victor added the comment: I reopen the issue, so the question of porting the change to Python 2.7 can be replied. -- nosy: +steve.dower resolution: fixed -> status: closed -> open ___ Python tracker _

[issue16632] Enable DEP and ASLR

2015-02-01 Thread Ricky Zhou
Ricky Zhou added the comment: Sorry to revive this old bug, but would it be possible to get ASLR/DEP for windows on the 2.7 branch as well? Also, re Christian's comment about DEP being disabled if a single libray doesn't support it - are you sure that's the case? I'm very new to windows stuff

[issue16632] Enable DEP and ASLR

2013-11-20 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue16632] Enable DEP and ASLR

2013-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb1691d42101 by Christian Heimes in branch 'default': Issue #16632: Enable DEP and ASLR on Windows. http://hg.python.org/cpython/rev/cb1691d42101 -- nosy: +python-dev ___ Python tracker

[issue16632] Enable DEP and ASLR

2013-11-17 Thread Christian Heimes
Christian Heimes added the comment: I no longer see the crashs. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue16632] Enable DEP and ASLR

2013-10-24 Thread Stefan Krah
Stefan Krah added the comment: > I see a crash in test_capi and a couple of crashes > in test_faulthandler but these don't seem to be related. Perhaps the same as #9116. -- nosy: +skrah ___ Python tracker

[issue16632] Enable DEP and ASLR

2013-10-24 Thread Christian Heimes
Christian Heimes added the comment: I'll look in this next time my Windows VM is running. -- assignee: -> christian.heimes ___ Python tracker ___ ___

[issue16632] Enable DEP and ASLR

2013-10-24 Thread STINNER Victor
STINNER Victor added the comment: @Crys: ping? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue16632] Enable DEP and ASLR

2013-10-24 Thread Tim Golden
Changes by Tim Golden : -- nosy: -tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue16632] Enable DEP and ASLR

2013-02-25 Thread Lukas Lueg
Changes by Lukas Lueg : -- nosy: -ebfe ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue16632] Enable DEP and ASLR

2013-02-25 Thread STINNER Victor
STINNER Victor added the comment: > I see a crash in test_capi and a couple of crashes > in test_faulthandler but these don't seem to be related. Which kind of crash? faulthandler has functions to make Python crash, crashes are expected :-) -- nosy: +haypo

[issue16632] Enable DEP and ASLR

2013-02-23 Thread Devin Cook
Changes by Devin Cook : -- nosy: +devin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue16632] Enable DEP and ASLR

2012-12-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't think much caution is needed. If problems don't show up in the beta releases, we can still revert the change for 3.4.1. Christian, please go ahead and check this in. -- stage: test needed -> commit review _

[issue16632] Enable DEP and ASLR

2012-12-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16632] Enable DEP and ASLR

2012-12-09 Thread Christian Heimes
Christian Heimes added the comment: DEP isn't much of an issue. It's automatically disabled for the entire process when one library w/o DEP is loaded. -- ___ Python tracker ___

[issue16632] Enable DEP and ASLR

2012-12-09 Thread Lukas Lueg
Lukas Lueg added the comment: Only way to be sure: Enable & announce for 3.5 and wait for bug reports -- nosy: +ebfe ___ Python tracker ___ __

[issue16632] Enable DEP and ASLR

2012-12-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16632] Enable DEP and ASLR

2012-12-07 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm +0. There is a risk that this may break 3rd-party extension modules. -- nosy: +loewis ___ Python tracker ___ __

[issue16632] Enable DEP and ASLR

2012-12-07 Thread Christian Heimes
New submission from Christian Heimes: Python 3.3 doesn't use address space layout randomization [1] and data execution prevention [2] on Windows. ASLR and DEP make certain kinds of attacks harder. An attacker can't predict the address of functions or globals anymore and DEP helps against NOP s