Unverified Commit 49725e5d authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Review zero-byte allocation hasards. (#641)

Make sure we don't try and allocate a zero-size memory area, which can lead
to "corrupted size vs. prev_size". Review all the calloc() call sites and
protect them better when they need to be.
parent b207fd41
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