Skip to content

Conversation

@koubaa
Copy link
Contributor

@koubaakoubaa commented Aug 13, 2020

@koubaa
Copy link
ContributorAuthor

@vstinner@shihai1991 please review

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

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

@corona10@shihai1991: The change is mostly LGTM (remaining comments are mostly about minor coding style issues), but I would prefer a second review. Would you mind to review this PR?

Copy link
Member

@shihai1991shihai1991 left a comment

Choose a reason for hiding this comment

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

Thans for update.

Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@vstinnervstinner merged commit 93d50a6 into python:masterSep 2, 2020
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Port the _sha3 extension module to multi-phase init (PEP 489). Convert static types to heap types.
@tiran
Copy link
Member

Please respect the code ownership / expert index and do not merge any PRs without approval of a domain expert. This PR introduced a possible security issue.

tiran added a commit to tiran/cpython that referenced this pull request Apr 17, 2021
Commit 93d50a6 / pythonGH-21855 changed the order of variable definitions, which introduced a potential invalid free bug. Py_buffer object is now initialized earlier and the result of Keccak initialize is verified. Co-authored-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Christian Heimes <christian@python.org>
tiran added a commit that referenced this pull request Apr 18, 2021
Commit 93d50a6 / GH-21855 changed the order of variable definitions, which introduced a potential invalid free bug. Py_buffer object is now initialized earlier and the result of Keccak initialize is verified. Co-authored-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Christian Heimes <christian@python.org> Co-authored-by: Alex Henrie <alexhenrie24@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@koubaa@tiran@vstinner@shihai1991@the-knights-who-say-ni@bedevere-bot