Re: [PHP-DEV] Bug #72828

2016-08-14 Thread Christoph M. Becker
Hi! On 14.08.2016 at 10:21, Stanislav Malyshev wrote: >> You have commented on : >> >> | Unless the allocations explicitly use the system allocator (i.e. do >> | not use emalloc and variants), do NOT introduce NULL checks. >> >> Can you please elaborate, why

Re: [PHP-DEV] Bug #72828

2016-08-14 Thread Stanislav Malyshev
Hi! > You have commented on : > > | Unless the allocations explicitly use the system allocator (i.e. do > | not use emalloc and variants), do NOT introduce NULL checks. > > Can you please elaborate, why that shouldn't be done. > > Actually, the allocations

[PHP-DEV] Bug #72828

2016-08-13 Thread Christoph M. Becker
Hi Nikita! You have commented on : | Unless the allocations explicitly use the system allocator (i.e. do | not use emalloc and variants), do NOT introduce NULL checks. Can you please elaborate, why that shouldn't be done. Actually, the allocations use safe