Commit a6a5f1f6 authored by Thomas Jahns's avatar Thomas Jahns
Browse files

Fix incorrect handling of NULL pointer return values.

* malloc et al. can return NULL on zero-size allocations.
* this commit also reverts the dubious calling of calloc by xmalloc.
parent 50d55942
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment