[issue24349] Null pointer dereferences in C OrderedDict

2015-06-01 Thread Eric Snow
Eric Snow added the comment: Correct me if I'm wrong, but this is a duplicate of the bug Stefan reported in issue24347. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> unchecked return value in C OrderedDict ___

[issue24349] Null pointer dereferences in C OrderedDict

2015-06-01 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue24349] Null pointer dereferences in C OrderedDict

2015-06-01 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue24349] Null pointer dereferences in C OrderedDict

2015-06-01 Thread Eric Snow
New submission from Eric Snow: (from msg244587 in issue16991) Coverity has found an issue in odict, too: *** CID 1302699: Null pointer dereferences (NULL_RETURNS) /Objects/odictobject.c: 1316 in odict_copy() 1310 od_copy = PyObject_CallFunctionObjArgs((PyObject *)Py_TYPE(od), NUL