[issue27987] obmalloc's 8-byte alignment causes undefined behavior

Florian Weimer report at bugs.python.org
Wed Jan 31 05:57:18 EST 2018


Florian Weimer <fweimer at redhat.com> added the comment:

This bug causes miscompilation of Python 2.7 by GCC 8 on x86-64 (with no sanitizers enabled, just compiler optimization).

I think this is a fairly conservative way for papering over the issue:

https://mail.python.org/pipermail/python-dev/2018-January/152011.html

----------
nosy: +fweimer

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27987>
_______________________________________


More information about the Python-bugs-list mailing list