Silence strncpy warning emitted by GCC 8 in XSD path construction
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 1 Jun 2018 17:01:42 +0000 (13:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 1 Jun 2018 17:03:02 +0000 (13:03 -0400)
commit00a7f6f86d22b9130b32a026f0d355e670b0a0ff
tree66732e7d846796eab0f035daca98fbb69a4699bc
parentc3ef76cdae5dbe3088de71a4f7d93a33d592d3d5
Silence strncpy warning emitted by GCC 8 in XSD path construction

The size of the XSD's path is fully determined in this function
which makes strcpy() safe to use.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/config/session-config.c
This page took 0.024697 seconds and 4 git commands to generate.