Comment # 8 on bug 964182 from
Note that I did only mimimal fixing to make the testsuite succeed again for the
GCC 6 transition in openSUSE:Factory:Staging:Gcc6.  The reason I reported the
issue here and to you is so you can implement a proper fix or direct the
packager to do so (I'm not the python packager).

The reason I got you in loop is because GCC (even older versions) likely
optimize
away some of those broken overflow checks and thus effectively python does not
perform any such overflow checks at runtime.  That would be the security issue
to fix (if the compiler doesn't optimize them even the "broken" overflow checks
work in practice).

Note that I didn't notice any testsuite issues with python3 - maybe because
the issues are already fixed there or maybe because they are obfuscated enough
for GCC to not optimize them or maybe because these cases are no longer
exercised by the testsuite.

Note that I also only audited the files where affected testcases operated
(the three files patched).  Other sources likely contain similar issues.

Thus a full review is necessary here.


You are receiving this mail because: