[pypy-commit] pypy shadowstack-issue2722: Issue #2722: trying to make the size of the shadowstack more dynamic

2019-05-04 Thread arigo
Author: Armin Rigo Branch: shadowstack-issue2722 Changeset: r96569:e7b5c86ab3a3 Date: 2019-05-04 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b5c86ab3a3/ Log:Issue #2722: trying to make the size of the shadowstack more dynamic ___ pypy-co

[pypy-commit] pypy shadowstack-issue2722: These changes might be enough to allow the shadowstack's address to

2019-05-04 Thread arigo
Author: Armin Rigo Branch: shadowstack-issue2722 Changeset: r96570:c790dcca68e1 Date: 2019-05-04 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c790dcca68e1/ Log:These changes might be enough to allow the shadowstack's address to be changed at any point diff --git a/rpython/tra

[pypy-commit] pypy shadowstack-issue2722: in-progress

2019-05-04 Thread arigo
Author: Armin Rigo Branch: shadowstack-issue2722 Changeset: r96571:b47f28c00520 Date: 2019-05-04 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/b47f28c00520/ Log:in-progress diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory/gctransform/shadowstack.py --- a/rpytho