]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: use strncpy instead of strcpy
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 24 Dec 2023 13:12:52 +0000 (14:12 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 31 Dec 2023 12:04:23 +0000 (13:04 +0100)
commitf9f3e991780b77f982edd64de11248ee57df8d8e
tree02801d6763a8e7c7707d14f89453d181bf300243
parentb377f9ab15c87933281f6821819d7e43ac0d3b49
logger: use strncpy instead of strcpy

This is not strictly necessary but better style.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/logger.c