Skip to content

[3.9] bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)#22681

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-66c28f5-3.9
Oct 13, 2020
Merged

[3.9] bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)#22681
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-66c28f5-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Oct 13, 2020

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

Co-authored-by: Yunlongs lylgood@foxmail.com

https://bugs.python.org/issue41995

…2660)

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

Co-authored-by: Yunlongs <lylgood@foxmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@Yunlongs and @vstinner: Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Copy Markdown
Contributor Author

@Yunlongs and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit afe8606 into python:3.9 Oct 13, 2020
@miss-islington miss-islington deleted the backport-66c28f5-3.9 branch October 13, 2020 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants