◐ Shell
clean mode source ↗

[3.6] bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) by miss-islington · Pull Request #4191 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Oct 31, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Removed a code that incorrectly detected in-place resizing in realloc()
and wrote to freed memory.
(cherry picked from commit b484d56)

https://bugs.python.org/issue31626

Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d56)

@miss-islington

Copy link Copy Markdown

Contributor Author

@serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@serhiy-storchaka serhiy-storchaka merged commit ece5659 into python:3.6

Oct 31, 2017

@miss-islington

Copy link Copy Markdown

Contributor Author

@miss-islington miss-islington deleted the backport-b484d56-3.6 branch

October 31, 2017 13:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

type-bug

An unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @serhiy-storchaka @the-knights-who-say-ni @bedevere-bot