While reviewing the zend_register_functions function in php/Zend/zend_API.c, I noticed several lines that call malloc without checking for a NULL return value. This ...