I'm writing some perl code for a simple chat server
using IO::Socket and IO::Select.
The stuff is working properly but now i'm concerned about some security issues:
as long as the server does some echo function to all the clients and some 'log writing' to a log file and
as long as i run the script with a -T flag, i'm i safe?
what are the security holes that you open with a "echoing socket" anyway?
thanks for your help.