Message327411
I tested the following configurations on my Fedora 28:
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection
./configure CFLAGS=-mcet -fcf-protection
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=none
./configure CFLAGS=-mcet -fcf-protection=none
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=branch
./configure CFLAGS=-mcet -fcf-protection=branch
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=return
./configure CFLAGS=-mcet -fcf-protection=return
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=full
./configure CFLAGS=-mcet -fcf-protection=full
test_gdb now pass with all these configurations |
|
Date |
User |
Action |
Args |
2018-10-09 14:35:47 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka, cstratak, ishcherb, Dormouse759, pablogsal |
2018-10-09 14:35:47 | vstinner | set | messageid: <1539095747.35.0.545547206417.issue32962@psf.upfronthosting.co.za> |
2018-10-09 14:35:47 | vstinner | link | issue32962 messages |
2018-10-09 14:35:47 | vstinner | create | |
|