Hi!

On 8/7/11 7:25 AM, Xinchen Hui wrote:
laruence                                 Sun, 07 Aug 2011 14:25:30 +0000
                memset(opts, 0, count * sizeof(opt_struct));

+               if (!opts) {
+                       RETURN_FALSE;
+               }
+

I'm not sure I understand this code. You first use opts as memset target and then check if for null. How that works?
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to