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

Fix possible memleak: defer putlog() from dns threads to main thread #1557

Merged
merged 6 commits into from
May 5, 2024

Commits on Apr 1, 2024

  1. defer debug() / putlog() from dns threads to main thread via dtn.stre…

    …rror
    Michael Ortmann committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3f9b164 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Cleanup - call snprintf() only if we have to

    Michael Ortmann committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    902d224 View commit details
    Browse the repository at this point in the history
  2. fix buf size for long hostnames

    Michael Ortmann committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c4a3b4d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. enhance error logging

    Michael Ortmann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ba18ffb View commit details
    Browse the repository at this point in the history
  2. Enhance memory usage by reusing dtn->host

    Michael Ortmann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c72cc1c View commit details
    Browse the repository at this point in the history
  3. enhance memory usage

    Michael Ortmann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0103227 View commit details
    Browse the repository at this point in the history