Skip to content

Lookup never returns #107

Description

When running this IP the Lookup function never returns. This is the only IP I have seen thus far that has this issue.

$whois = new Whois();
$result = $whois->Lookup('46.4.169.96');
print_r($result);

From what I can tell it keep looping / recursing and never meets the final condition. I didn't have time to debug more but seems be a bug in:

parse_results() which then calls
$this->Process($rwdata)

The call to process never returns. There is some dynamic loading which is quite difficult to trace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions