]> git.ipfire.org Git - thirdparty/mdadm.git/commit
super-intel: Avoid gcc-8.1 complaining about truncating snprintf()
authorJes Sorensen <jsorensen@fb.com>
Wed, 30 May 2018 15:56:37 +0000 (11:56 -0400)
committerJes Sorensen <jsorensen@fb.com>
Wed, 30 May 2018 15:56:37 +0000 (11:56 -0400)
commit40659392ff90fc9c2861ec18c34ed1bdb54f92ca
treeb657fb1a19297bdfd66b8cb4d8c5817474a6a78a
parent1cdc06dfda62775647b81e2753fc7908e1bbffc2
super-intel: Avoid gcc-8.1 complaining about truncating snprintf()

We know the max size of the volume name, so no need to play the
snprintf() game.

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super-intel.c