On Mon, 19 Apr 2004, Shie Erlich wrote:

> shie          Mon Apr 19 06:35:07 2004 EDT
>
>   Modified files:
>     /non-pecl/simple_cvs      simple_cvs.c
>   Log:
>   fixed: free(NULL) doesn't behave as the manpage says it does

free(NULL) (c library function) is a no-op, but efree(NULL) (zend
memory alloc thingy) will crash.

regards,
Derick

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to