Re: [PATCH] Squashfs: replace deprecated strncpy with strscpy

From: Phillip Lougher
Date: Wed Apr 03 2024 - 20:57:43 EST


On 04/04/2024 01:30, Justin Stitt wrote:
On Wed, Apr 3, 2024 at 12:32 PM Phillip Lougher <phillip@xxxxxxxxxxxxxxx> wrote:
A better way to remove the strncpy() is to remove the unnecessary string
copy, which I have done in this patch here:

Great! Cleaning up this code while removing strncpy() is a two for one.

Yes - thanks for your reply.

Phillip