-
Andreas Enge authored
Apparently malloc(0) is implementation defined and may cause errors; instead we can just allocate space for one element. * lib/ecpp.c (find_ecpp_discriminant), lib/mpi.c (mpi_worker): Allocate one element instead of zero.
Andreas Enge authoredApparently malloc(0) is implementation defined and may cause errors; instead we can just allocate space for one element. * lib/ecpp.c (find_ecpp_discriminant), lib/mpi.c (mpi_worker): Allocate one element instead of zero.