SHA256
1
0
forked from pool/python

- CVE-2014-1912-recvfrom_into.patch: fix potential buffer overflow

in socket.recvfrom_into (CVE-2014-1912, bnc#863741)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=161
This commit is contained in:
Jan Matejek
2014-02-13 16:49:05 +00:00
committed by Git OBS Bridge
parent 765b7c8fe4
commit 11f0210274
5 changed files with 65 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ Mon Feb 10 14:24:52 UTC 2014 - jmatejek@suse.com
(bnc#857470, issue18045)
- multilib patch: add "~/.local/lib64" paths to search path
(bnc#637176)
- CVE-2014-1912-recvfrom_into.patch: fix potential buffer overflow
in socket.recvfrom_into (CVE-2014-1912, bnc#863741)
-------------------------------------------------------------------
Tue Dec 10 16:56:02 UTC 2013 - uweigand@de.ibm.com