Revision 3af0438b4bccc599792f61a9f4be81b4bb36c3e3 authored by Sander Vrijders on 30 May 2018, 07:39:28 UTC, committed by Brad King on 30 May 2018, 13:45:57 UTC
GCC 8.1.0 now gives an error if `strncpy` is called with a bound
depending on the length of the source argument.  Replace `strncpy` with
`strcpy` as the length is known a priori.

Fixes: #18038
1 parent 519427e
History

back to top