[Info-vax] calloc fails with access violation

JF Mezei jfmezei.spamnot at vaxination.ca
Tue Aug 25 02:04:45 EDT 2009


Steven Schweda wrote:

>    If calloc() (or malloc(), or realloc(), ...) fails with an
> ACCVIO, it may be because some code far away from the Xalloc()

Or calloc failed, returned an address of 0 (NULL) and in the next C
statement, you get the access violation when you try to access that
memory location.



More information about the Info-vax mailing list