Skip to content
  • Akira TAGOH's avatar
    Use memcpy instead of strcpy · 88156415
    Akira TAGOH authored
    To work around a warning with GCC10 on Win32
    
    warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
    88156415