Date: Tue, 21 May 2019 21:41:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 210892] whois(1): infinite loop Message-ID: <bug-210892-227-uSBsL4xbRY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210892-227@https.bugs.freebsd.org/bugzilla/> References: <bug-210892-227@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=3D210892 ali@mashtizadeh.com <ali@mashtizadeh.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ali@mashtizadeh.com --- Comment #3 from ali@mashtizadeh.com <ali@mashtizadeh.com> --- Appears to be fixed in #aec30d9b More robust handling of whois referrals from RIRs. An example problem case is 163.1.0.0 (University of Oxford) which is in an APNIC ERX address range. Previously we assumed that ARIN has the correct information for all ERX allocations, but in this case ARIN refers back to APNIC, rather than referring to RIPE. This caused whois to loop. Whois will no longer loop back and forth forever between two RIRs that don't have an answer, but instead try the other RIRs in turn. ... --=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-210892-227-uSBsL4xbRY>