Skip to content

lalsimulation/test/GenerateSimulation.c uncompilable with gcc 8: fix

Kipp Cannon requested to merge (removed):test_GenerateSimulation_update into master
  • 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

Merge request reports