Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 10:20:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251821] dns/unbound: SIGSEGV in 1.13.0
Message-ID:  <bug-251821-7788-XSBsxTuH51@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251821-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251821-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251821

Xin LI <delphij@FreeBSD.org> changed:

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

--- Comment #20 from Xin LI <delphij@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 th=
ey
can take a look?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251821-7788-XSBsxTuH51>