Re: How to write a secure C program..

2001-07-05 Thread Florian Weimer
"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 s

Re: How to write a secure C program..

2001-07-05 Thread Florian Weimer
"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

Re: How to write a secure C program..

2001-07-05 Thread Nick Phillips
On Tue, Jul 03, 2001 at 04:20:53PM +0400, Ilya Martynov wrote: > AFAIK there is no known buffer overflow problem in perl functions. It > is a very good idea to use tainted mode for Perl programs which should > be run in dangerous environment. Check 'man perlsec' for more info. Also read Phrack #5