this check isn't applicable anymore

This commit is contained in:
Anatol Belski 2015-03-18 00:14:20 +01:00
parent e39db5773d
commit b3788cd200

View File

@ -607,9 +607,6 @@ Balloc
unsigned int len;
#endif
if (k > Kmax) {
zend_error(E_ERROR, "Balloc() allocation exceeds list boundary");
}
ACQUIRE_DTOA_LOCK(0);
/* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
/* but this case seems very unlikely. */