Skip to content
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

gh-111178: fix UBSan failures in Modules/{blake2,md5,sha1,sha2,sha3}module.c #128248

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

picnixz
Copy link
Contributor

@picnixz picnixz commented Dec 25, 2024

Effective commits

  • fix UBSan failures in blake2module.c
  • fix UBSan failures in md5module.c
  • fix UBSan failures in sha1module.c
  • fix UBSan failures in sha2module.c
  • fix UBSan failures in sha3module.c

Cosmetics

  • suppress unused return values
  • remove redundant casts in constructors
  • suppress unused parameters in {md5,sha*,blake2}module.c

@picnixz picnixz changed the title gh-111178: fix UBSan failures in Modules/{sha1,sha2,sh3,md5}module.c gh-111178: fix UBSan failures in Modules/{blake2,md5,sha1,sha2,sha3}module.c Dec 25, 2024
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.

1 participant