Re: [PATCH] [RESEND] orangefs: fix out-of-bounds fsid access

From: Justin Stitt
Date: Mon Apr 08 2024 - 17:21:36 EST


On Mon, Apr 8, 2024 at 7:36 AM Jan Kara <jack@xxxxxxx> wrote:
> Frankly, this initializer is hard to understand for me. Why not simple:
>
> buf->f_fsid[0] = ORANGEFS_SB(sb)->fs_id;
> buf->f_fsid[1] = ORANGEFS_SB(sb)->id;
>

+1 for this idea, seems easier to read for me.

> Honza
> --
> Jan Kara <jack@xxxxxxxx>
> SUSE Labs, CR