rangeset: no need to use snprintf()
authorJan Beulich <jbeulich@suse.com>
Tue, 6 Apr 2021 14:18:41 +0000 (16:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 6 Apr 2021 14:18:41 +0000 (16:18 +0200)
commit6425fcf37122b1f1e4ceaacadd00a4c280a58f57
treea7e65744c614170040de09cae2ce244b278240e2
parent7ee7a3749bcb5d39ced5a1ee3e8284b2bb9abc29
rangeset: no need to use snprintf()

As of the conversion to safe_strcpy() years ago there has been no need
anymore to use snprintf() to prevent storing a not-nul-terminated string.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/common/rangeset.c