Hi,

I would like to know what is the best way to
avoid overrun error message when lib functions
allocate memory with malloc and return pointer
to it.

Currently, I allocate memory by emalloc and copy
the content to it, then free memory allocated by
malloc.

It's obviously inefficient and I must be missing
something very simple.

Thank you.

--
Yasuo Ohgaki


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

Reply via email to