[Midnightbsd-cvs] [MidnightBSD/src] ebc398: Due to a bug in the library's configuration file p...
    Lucas Holt 
    noreply at github.com
       
    Thu Jun 20 04:45:31 EDT 2024
    
    
  
  Branch: refs/heads/stable/3.2
  Home:   https://github.com/MidnightBSD/src
  Commit: ebc3981903f0f5a7c3f0a56373f3f90229eb51a4
      https://github.com/MidnightBSD/src/commit/ebc3981903f0f5a7c3f0a56373f3f90229eb51a4
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)
  Changed paths:
    M contrib/ldns/ldns/parse.h
    M contrib/ldns/parse.c
    M contrib/ldns/resolver.c
  Log Message:
  -----------
  Due to a bug in the library's configuration file parser, commented out
configuration settings in /etc/resolv.conf were picked up by the LDNS
resolver, potentially leading to malfunction and/or information leakage.
This included, but was not limited to, the nameserver setting. Given
this example
  # /etc/resolv.conf
  # nameserver 8.8.8.8
  nameserver 127.0.0.1
DNS requests were sent to the commented out external resolver instead
of the local one.
Obtained from: FreeBSD
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
    
    
More information about the Midnightbsd-cvs
mailing list