Disalllow allocations of zero bytes

date	2000.02.22.21.15.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:02 +00:00
parent 8c88b818ec
commit fb271d7dae

View File

@ -631,7 +631,7 @@ _CmCallocate (
DEBUG_PRINT (ACPI_ERROR, ("CmCallocate: ** ERROR: Attempt to allocate zero bytes! (%s line %d)\n",
Module, Line));
REPORT_ERROR ("CmCallocate: Attempt to allocate zero bytes");
Size = 1;
return_VALUE (NULL);
}