Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use memcpy instead of strncpy.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 1 Jun 2018 13:41:18 +0000 (15:41 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 1 Jun 2018 13:41:18 +0000 (15:41 +0200)
Fix build error with gcc 8.1:
error: 'strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]


No differences found