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
Please register or sign in to comment