The source project of this merge request has been removed.
lalsimulation/test/GenerateSimulation.c uncompilable with gcc 8: fix
- fix possible unterminated strings caused by strncpy() with too large a size and no termination.
- code is uncompilable with gcc 8 and --Werror without this patch