Date: Fri, 29 Jul 2016 03:47:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 210892] whois(1): infinite loop Message-ID: <bug-210892-8-5NAJc97NB1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210892-8@https.bugs.freebsd.org/bugzilla/> References: <bug-210892-8@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=210892 rday <ryan@ryanday.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ryan@ryanday.net --- Comment #1 from rday <ryan@ryanday.net> --- Created attachment 173085 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173085&action=edit Patch for 210892 It looks like this is a side effect from a fix for a redirect bug. The fix was introduced in commit 3389187e4b646b62f4754a92855389d967de816f (in the github repo). The original problem was whois didn't follow certain redirects correctly, and wouldn't give accurate information (the U of M example). There was a possible loop with APNIC however. The response from APNIC for the IP in this bug report would match the ERX-NETBLOCK, be redirected to ARIN, which would then redirect back to APNIC. I've proposed a patch which fixes the problem. But I'm not too familiar with the intricacies of the whois system. The original author probably has much more insight as to whether this solution is acceptable. -- 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-8-5NAJc97NB1>
