• Gregory P. Smith's avatar
    Issue #2620: Overflow checking when allocating or reallocating memory · 0470bab6
    Gregory P. Smith yazdı
    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.
    0470bab6
almodule.c 79.8 KB