]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
authorYunlongs <lylgood@foxmail.com>
Tue, 13 Oct 2020 06:46:31 +0000 (14:46 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 06:46:31 +0000 (08:46 +0200)
commit66c28f50c76e4f23af7146e0e580457c5fd6bde7
treeda015a152d1b2d376fa1f85af6191ddddcc87179
parent64eb259cc1e42a5f74b5911a518d2c50daa8d50b
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)

Fix a null pointer dereference in tracemalloc_copy_trace()
of _tracemalloc.
Modules/_tracemalloc.c