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

Update embedded dnsmasq to v2.88rc3 #1491

Merged
merged 3 commits into from
Nov 19, 2022
Merged

Update embedded dnsmasq to v2.88rc3 #1491

merged 3 commits into from
Nov 19, 2022

Commits on Nov 19, 2022

  1. Fix struct hostinfo free code and BSD compile.

    The code added in6 c596f1cc1d92b2b90ef5ce043ace314eefa868b
    fails to free the returned datastructures from gethostinfo()
    because sdetails.hostinfo is used to loop through the addresses
    and ends up NULL. In some libc implementations this results
    in a SEGV when freeaddrinfo() is called.
    
    Also fix FTBFS under BSD. Thanks to Johnny S. Lee for the bug report.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    simonkelley authored and DL6ER committed Nov 19, 2022
    1 Configuration menu
    Copy the full SHA
    576e766 View commit details
    Browse the repository at this point in the history
  2. Fix SEGV on --local= added by immediately previous commit.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    simonkelley authored and DL6ER committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b7c858f View commit details
    Browse the repository at this point in the history
  3. Update embedded dnsmasq to v2.88rc3

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    128096e View commit details
    Browse the repository at this point in the history