Skip to content

[3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304) #13223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

miss-islington
Copy link
Contributor

If the PyObject_MALLOC() call failed in PyType_FromSpecWithBases(),
PyObject_Free() would be called on a static string in type_dealloc().
(cherry picked from commit 0613c1e)

Co-authored-by: Zackery Spytz [email protected]

If the PyObject_MALLOC() call failed in PyType_FromSpecWithBases(),
PyObject_Free() would be called on a static string in type_dealloc().
(cherry picked from commit 0613c1e)

Co-authored-by: Zackery Spytz <[email protected]>
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

@encukou encukou closed this May 19, 2019
@encukou encukou reopened this May 19, 2019
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

@miss-islington miss-islington deleted the backport-0613c1e-3.7 branch May 19, 2019 11:44
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @encukou: Status check is done, and it's a failure ❌ .

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