Forked from
Debian Installer / netcfg
50 commits behind the upstream repository.
-
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>.