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

Replaced malloc with secure calloc. #432

Closed
wants to merge 1 commit into from
Closed

Replaced malloc with secure calloc. #432

wants to merge 1 commit into from

Conversation

below
Copy link
Contributor

@below below commented May 26, 2020

Rationale: Security attacks with an uninitialized memory are easier to obtain information from the memory.

Attack is unlikely in the cases where malloc is used here, but will make security audits easier for users of the SDK

…an uninitialized memory are easier to obtain information from the memory.
@uerceg uerceg mentioned this pull request Dec 9, 2020
@uerceg
Copy link
Contributor

uerceg commented Dec 9, 2020

Replaced with #484. Thank you for the contribution! Cheers!

Sign up for free to 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.

2 participants