Page MenuHomeDevCentral

A PHP fatal error occurs when the Thimbl client address is invalid instead to print a nicer error message.
Closed, ResolvedPublic

Description

Fatal error: Call to a member function AddToBlacklist() on null in .../finger/thimbl.php on line 8

Issue described in rTOOLS2b0b352cdd2eea7bd6d21728676cc867c9be4d78 audit:
“At [the blacklist filling step], $client could be null, if the address is invalid”.

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Low.
dereckson updated the task description. (Show Details)
dereckson added a project: Nasqueron Tools.
dereckson changed the visibility from "All Users" to "Public (No Login Required)".
dereckson added a subscriber: dereckson.

Fixed by rTOOLSbd10b3845fc6.

A refactoring has been done to ease the error cases handling.