On Wed, 29 Jun 2005, Sara Golemon wrote:

> > Nope.  Some functions are intrinsically safe, e.g. C's atol, or strtol.
> > It's all in the design, you see.
> >
> {
>    char badstring[3] = { '1', '0', '0' };
>    long not100 = atol(badstring);
> }
> 
> Only intrinsicly safe if you've read the manual page to know that badstring
> should have been null terminated.

Stop feeding the troll please.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to