mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Disalllow allocations of zero bytes
date 2000.02.22.21.15.00; author rmoore1; state Exp;
This commit is contained in:
parent
8c88b818ec
commit
fb271d7dae
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user