<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
When running with -T switch and AnyEvent::Socket tries to connect to
a host which was resolved from /etc/hosts, it dies with error:<br>
<br>
<blockquote><tt>Insecure dependency in connect while running with -T
switch at /.../AnyEvent/Socket.pm line 1019.<br>
</tt></blockquote>
<br>
Seems like $sockaddr remains tainted. As a workaround, I patched
Socket.pm making it untaint parsed addresses within
AnyEvent::Socket::_parse_hosts().<br>
<br>
Regards,<br>
José<br>
<br>
</body>
</html>