[Bug 251821] dns/unbound: SIGSEGV in 1.13.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 27 10:20:13 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251821

Xin LI <delphij at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|New                         |Closed

--- Comment #20 from Xin LI <delphij at FreeBSD.org> ---
I can't seem to be able to reproduce your issue, basically what I have done was
that I have set up unbound.conf with:

# POTENTIALLY DANGEROUS SETTINGS - THIS IS BEHIND FIREWALL
interface: 0.0.0.0/0
interface-automatic: yes
do-udp: no
do-tcp: yes
tcp-upstream: yes
access-control: 0.0.0.0/0 allow
log-queries: yes
log-replies: yes

Along with a forward-zone of '.', configured to query my own DNS server on the
local network.

I've issued multiple queries to local host:

dig foo.example.com @127.0.0.1 +tcp

etc. and I did see TIME_WAIT connections to 127.0.0.1:53, but were unable to
crash unbound.

Could you please file a new bug upstream with steps to reproduce so that they
can take a look?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list