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: fix for bug 501716
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, mbrierst
Priority: normal Keywords: patch

Created on 2003-02-11 23:08 by mbrierst, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patchargs2 mbrierst, 2003-02-11 23:09
Messages (2)
msg42828 - (view) Author: Michael Stone (mbrierst) Date: 2003-02-11 23:08
Fixes bug described there:
"es#" parser marker leaks memory

Also fixes two other minor leaks involving
strings with encoded NULL's and when
a bad buffer_len pointer is passed to
PyArg_Parse...

Is a nicer version of the patch I pasted
in to the comments on the 501716 bug report.
msg42829 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-03 10:00
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as getargs.c 2.100.
History
Date User Action Args
2022-04-10 16:06:45adminsetgithub: 37970
2003-02-11 23:08:01mbrierstcreate