-
Committer:
Teddy Hogeborn
-
Date:
2016-02-21 12:55:39 UTC
-
mto:
(237.7.594 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
331.
-
Revision ID:
teddy@recompile.se-20160221125539-wi1n8ci0ldbdxrar
plugins.d/mandos-client.c (get_flags): Use strncpy(), not strcpy().
* plugins.d/mandos-client.c (get_flags): Use strncpy() instead of
strcpy(). Note that as the code works currently, this is never a
problem in practice, since only interface names which were valid
existing interface names (and therefore had names with lengths below
IF_NAMESIZE) is ever passed to the get_flags() function. But it
doesn't hurt to check, anyway.