]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Oct 2020 07:09:08 +0000 (00:09 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 07:09:08 +0000 (00:09 -0700)
commitafe86066e748076f970ccd277fc64fc51bea189b
treeaac9c6594263c9c7e052c7e1b21e39d8c5b71969
parent15ef19f7d7d703bba65da9e2c10fa7851049686a
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)

Fix a null pointer dereference in tracemalloc_copy_trace()
of _tracemalloc.
(cherry picked from commit 66c28f50c76e4f23af7146e0e580457c5fd6bde7)

Co-authored-by: Yunlongs <lylgood@foxmail.com>
Modules/_tracemalloc.c