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 multiple memory related issues in duo_common_ini_handler #289

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

ysyrota
Copy link
Contributor

@ysyrota ysyrota commented Oct 17, 2024

Summary of the change

Addressed multiple memory-related issues within the duo_common_ini_handler function. The changes include:

  • Fixed memory leaks by ensuring proper deallocation of resources.
  • Resolved buffer overflows by implementing safer memory handling practices.

Test Plan

Run valgrind --leak-check=full login_duo/login_duo using the login_duo.conf file with at least one of the groups containing escaped whitespace.

@ysyrota ysyrota changed the title ZTAT-452 Fixed multiple memory related issues in duo_common_ini_handler Fixed multiple memory related issues in duo_common_ini_handler Oct 17, 2024
@AaronAtDuo AaronAtDuo merged commit 7af310b into duosecurity:master Oct 18, 2024
2 checks 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.

3 participants