Skip to content
  • Sander Vrijders's avatar
    TestDriver: Replace strncpy with strcpy · 3af0438b
    Sander Vrijders authored and Brad King's avatar Brad King committed
    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
    3af0438b