OBS User unknown
2008-08-08 00:47:35 +00:00
committed by Git OBS Bridge
parent a22d93ddf6
commit 5391cacb81
8 changed files with 1196 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 30 20:35:02 CEST 2008 - matejcik@suse.cz
- security fixes for issues mentioned in bnc#406051:
* CVE-2008-2315 - multiple integer overflows in basic types
* CVE-2008-2316 - partial hashing of huge data with hashlib
* CVE-2008-3142 - multiple buffer oveflows in unicode processing
* CVE-2008-3144 - possible integer over/underflow in mysnprintf
* buffer overflows in expandtabs() method (afaik no CVE assigned)
- also mentioned CVE-2008-3143 is already fixed in python 2.5.2
-------------------------------------------------------------------
Mon Jun 30 15:38:17 CEST 2008 - schwab@suse.de