- 05 Mar, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 28 Ock, 2010 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 11 Ara, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Vinay Sajip yazdı
-
- 27 Kas, 2009 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 20 Ara, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ara, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 16 Ara, 2008 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 13 Ara, 2008 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Issue #4469: Prevent expandtabs() on string and unicode objects from causing a segfault when a large width is passed on 32-bit platforms.
-
- 30 Kas, 2008 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 18 Kas, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Backport of r67266
-
- 17 Kas, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 12 Kas, 2008 6 kayıt (commit)
-
-
Matthias Klose yazdı
segfault as a result. CVE-2008-4864. backport r66689
-
Matthias Klose yazdı
parameter but was not verifying that it was greater than zero. Values less than zero will now raise a SystemError and return NULL to indicate a bug in the calling C code. CVE-2008-1887. backport r62261, r62271
-
Matthias Klose yazdı
conditions in the PyOS_vsnprintf C API function. CVE-2008-3144.
-
Matthias Klose yazdı
zlib.decompressobj().flush(val) when val is not positive.
-
Matthias Klose yazdı
overflows in the imageop and rgbimgmodule modules.
-
Matthias Klose yazdı
-
- 31 Tem, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 28 Tem, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
to the signed max value similar to 2.5 and trunk. Issue #2620: Overflow checking when allocating or reallocating memory was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed.
-
- 11 Mar, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 02 Mar, 2008 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Martin v. Löwis yazdı
problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114
-
- 19 Ock, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
- Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr.
-
- 24 Eki, 2007 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 16 Agu, 2007 2 kayıt (commit)
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
- 03 Agu, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2007 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
- be more strict about the build environment - update some of the 3th party libraries (later patchlevels)
-
- 05 Haz, 2007 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-