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

Fixed some memory leaks #20

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Fixed some memory leaks #20

merged 1 commit into from
Aug 22, 2024

Conversation

ysyrota
Copy link
Contributor

@ysyrota ysyrota commented Aug 21, 2024

Description

Fixed two memory leaks

Motivation and Context

The problem can be easily seen in the valgrind logs obtained using the following command:
valgrind --tool=memcheck --leak-check=full --log-file=vg ./test-duologin username

How Has This Been Tested?

Run test-duologin wuth Valgrind.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

https.c Show resolved Hide resolved
@AaronAtDuo AaronAtDuo merged commit c46ef29 into duosecurity:master Aug 22, 2024
1 check passed
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