mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
Merged revisions 81398 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81398 | antoine.pitrou | 2010-05-21 19:12:38 +0200 (ven., 21 mai 2010) | 6 lines Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. ........
This commit is contained in:
parent
cc6a982de8
commit
f978facc0e
4 changed files with 47 additions and 7 deletions
|
|
@ -334,6 +334,11 @@ Core and Builtins
|
|||
C-API
|
||||
-----
|
||||
|
||||
- Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
|
||||
embedders of the interpreter to set sys.argv without also modifying
|
||||
sys.path. This helps fix `CVE-2008-5983
|
||||
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
|
||||
|
||||
- Add PyArg_ValidateKeywordArguments, which checks if all keyword arguments are
|
||||
strings in an efficient manner.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue