MR 1024 Broke build on Debian Buster
MR !1024 (merged) broke the build on Debian Buster:
- https://git.ligo.org/lscsoft/lalsuite/-/jobs/635424
- https://git.ligo.org/lscsoft/lalsuite/-/jobs/635425
- https://git.ligo.org/lscsoft/lalsuite/-/jobs/635426
Specifically the build error is:
In function 'parse_args',
inlined from 'main' at ../../../../lalsimulation/test/GenerateSimulation.c:539:14:
../../../../lalsimulation/test/GenerateSimulation.c:374:13: error: 'strncpy' specified bound 50 equals destination size [-Werror=stringop-truncation]
strncpy(numbers_str, argv[++i], 50);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can this be addressed ASAP!