[issue20929] Undefined behavior flagged by Clang 3.4

Jeffrey Walton report at bugs.python.org
Sat Mar 15 03:08:44 CET 2014


Jeffrey Walton added the comment:

The big list of issues earlier has been parred down to the following after `make`:

Objects/longobject.c:40:42: runtime error: index -3 out of bounds for type 'PyLongObject [262]'
Objects/listobject.c:2046:22: runtime error: index 623 out of bounds for type 'PyObject *[256]'
Objects/longobject.c:40:42: runtime error: index -3 out of bounds for type 'PyLongObject [262]'

`make test` still needs to be run.

I'm going to open another bug report since this is a different branch. Is that OK?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20929>
_______________________________________


More information about the Python-bugs-list mailing list