This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Failed to check 3rd Param of PyArena_AddPyObject() to ensure it isn't NULL
Type: resource usage Stage:
Components: None Versions: Python 2.5.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: CWRU_Researcher1, benjamin.peterson
Priority: normal Keywords:

Created on 2008-11-25 01:35 by CWRU_Researcher1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76385 - (view) Author: Brian Szuter (CWRU_Researcher1) Date: 2008-11-25 01:35
Python-2.5.2/Python/ast.c(alias_for_import_name)
Line 2282, 2288

Failed to check 3rd Param of PyArena_AddPyObject() to ensure it isn't NULL
msg76437 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-11-25 23:05
I'm not what sure you mean, by the third param since PyArena_AddPyObject
only takes two arguments. However, in r67373, I fixed a bunch of cases
where NEW_INDENTIFER was used without checking for NULL.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48672
2008-11-25 23:05:03benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg76437
nosy: + benjamin.peterson
2008-11-25 01:35:12CWRU_Researcher1create