diff options
author | yanjun.zhu <yanjun.zhu@windriver.com> | 2012-11-30 19:23:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 15:38:47 +0000 |
commit | 8cb87526627b9820a9be5698c084df788a433a7b (patch) | |
tree | 873ef8f51862efc621e571fee6c372e56e5d7aa7 /meta/recipes-devtools/installer | |
parent | 9abe92ec1c0cfbd285d0ca63cee5e0f35d0f35e1 (diff) | |
download | poky-8cb87526627b9820a9be5698c084df788a433a7b.tar.gz |
Python: Fix for CVE-2012-2135
Reference:http://http://bugs.python.org/issue14579
The utf-16 decoder in Python 3.1 through 3.3 does not update the
aligned_end variable after calling the unicode_decode_call_errorhandler
function, which allows remote attackers to obtain sensitive information
(process memory) or cause a denial of service (memory corruption and crash)
via unspecified vectors.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2135
[YOCTO #3450]
(From OE-Core rev: 11544f573bc94ce69a8a76d645e46ab6359dee78)
Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer')
0 files changed, 0 insertions, 0 deletions