]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt,
authorTim Peters <tim.peters@gmail.com>
Sun, 28 Apr 2002 06:14:45 +0000 (06:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 28 Apr 2002 06:14:45 +0000 (06:14 +0000)
commit449b5a8da19314bdeb77ac3ffaa88fe12beb9c24
treed1b6a6e3c993781c72f6eb845589d62137a8eed3
parent8b078f95e0a9c55ab27b0a28af4e0998750072c7
_PyObject_DebugCheckAddress():  If the leading pad bytes are corrupt,
display a msg warning that the count of bytes requested may be bogus,
and that a segfault may happen next.
Objects/obmalloc.c