Use of calloc() in BASOP
The BASOP framework suffers from the use of `calloc()`: * at places where a static-sized memory should be allocated, similarly to the FLP framework * in genral, `malloc()` should be used instead to be in line with FLP <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary.-->
issue