"SDiZ Cheng" <[EMAIL PROTECTED]> writes: > Are there any known buffer overflow problem in perl functions?
Perl inherits some problems of the hosting environment, for example buffer overflows in syslog(). Apart from that, there are no known buffer overflow issues, but code injection attacks are still possible with improperly written code. -- Florian Weimer [EMAIL PROTECTED] University of Stuttgart http://cert.uni-stuttgart.de/ RUS-CERT +49-711-685-5973/fax +49-711-685-5898

