-
-
Notifications
You must be signed in to change notification settings - Fork 32k
blake2module.c
does not handle errors on module creation
#111251
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
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Oct 24, 2023
erlend-aasland
pushed a commit
that referenced
this issue
Oct 25, 2023
Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 25, 2023
…111252) Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant() (cherry picked from commit 86887a2) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 25, 2023
…111252) Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant() (cherry picked from commit 86887a2) Co-authored-by: Nikita Sobolev <[email protected]>
hugovk
added a commit
that referenced
this issue
Nov 10, 2023
… (#111298) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
hugovk
pushed a commit
that referenced
this issue
Nov 10, 2023
… (#111297) Co-authored-by: Nikita Sobolev <[email protected]>
Backport PRs now merged, thanks! |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…1252) Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…1252) Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
It does it in some parts:
cpython/Modules/_blake2/blake2module.c
Lines 88 to 90 in 81eba76
cpython/Modules/_blake2/blake2module.c
Lines 66 to 75 in 81eba76
But, not in others:
cpython/Modules/_blake2/blake2module.c
Lines 98 to 101 in 81eba76
cpython/Modules/_blake2/blake2module.c
Lines 120 to 123 in 81eba76
This is similar to:
_selectmodule.c
does not handle errors when creating a module #111233_ssl.c
does not handle errors on module creation #111230Linked PRs
The text was updated successfully, but these errors were encountered: