Re: [PATCH] nvme: prefer strlcpy to strncpy

From: Christoph Hellwig
Date: Tue May 29 2018 - 04:05:22 EST


On Mon, May 28, 2018 at 11:49:18PM -0700, Nick Desaulniers wrote:
> Fixes a stringop-truncation warning from gcc-8.

What would that warning be? Maybe it actually is genuinly useful,
and switching to strlcpy just papers over it..