Fabio Rossi - 2018-08-15

The problem is that there are many malloc() calls in the code but there is no check about their return code :-( With big files it is easy to trigger out of memory conditions that cause segfaults.