Add a fix for the DoS vulnerability reported in CVE-2012-1150 taken
authortron <tron>
Sat, 24 Mar 2012 12:04:37 +0000 (12:04 +0000)
committertron <tron>
Sat, 24 Mar 2012 12:04:37 +0000 (12:04 +0000)
commit4ba11dd33910a68332134b792146def35ae45d6f
tree2f3770f29855eb159c180b0e2486f2eb5f50dcf4
parent49b3b5010b6b6680b7c5a36625cd3367d599f6a1
Add a fix for the DoS vulnerability reported in CVE-2012-1150 taken
from the Python Mercurial repository.
29 files changed:
lang/python27/Makefile
lang/python27/distinfo
lang/python27/patches/patch-CVE-2012-1150-Doc_library_sys.rst [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Doc_reference_datamodel.rst [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Doc_using_cmdline.rst [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Include_object.h [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Include_pydebug.h [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Include_pythonrun.h [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_os.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_cmd_line.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_compiler.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_hash.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_os.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_set.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_support.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Lib_test_test_sys.py [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Misc_NEWS [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Misc_python.man [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Modules_main.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Modules_posixmodule.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Objects_bufferobject.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Objects_object.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Objects_stringobject.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Objects_unicodeobject.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-PCbuild_pythoncore.vcproj [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Python_pythonrun.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Python_random.c [new file with mode: 0644]
lang/python27/patches/patch-CVE-2012-1150-Python_sysmodule.c [new file with mode: 0644]
lang/python27/patches/patch-au