Forked from
Debian Installer / netcfg
Source project has a limited visibility.
-
Francisco Vilmar Cardoso Ruviaro authored
The code has some strncpy() calls which GCC no longer accepts with -Wall -Werror. Write them more carefully and use memcpy() where applicable. . Encountered while looking into #980607. . Patch from Dennis Filder <d.filder@web.de>.