-
confile: satisfy gcc-8 · d3bdf12cChristian Brauner authored
Apparently -Werror=stringop-overflow will trigger an error here even though this is completely valid since we now that we're definitely copying a \0-byte. Work around this gcc-8 quirk by using memcpy(). This shouldn't trigger the warning. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×