Hello Stanislav,

Monday, October 10, 2005, 9:05:05 PM, you wrote:

MB>>>size_t is a specialized typedef for the exact purpose, being capable of
MB>>>handling any size a pointer can store. 

> Right. 

MB>>>for you then most probably we have thousands of potential 64bit memory
MB>>>corruption issues. Or sizeof(zend_uint) is bigger then sizeof(size_t)
MB>>>which is then only a waste of time.

> Yes, it is. So you can not use address of size_t instead as zend_uint *, 
> because
> when you assign uint *, part of size_t remains unassigned. This is the 
> source of the bug.

Then why don't fix the bug but instead change some valid code?




Best regards,
 Marcus

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

Reply via email to