lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJfpegvuwrAszXF31hy_6L92opE-TZef-km6HiMvU0Cf4krFXA@mail.gmail.com>
Date:   Wed, 1 Feb 2023 16:33:45 +0100
From:   Miklos Szeredi <miklos@...redi.hu>
To:     zyfjeff <zyfjeff@...ux.alibaba.com>
Cc:     linux-fsdevel@...r.kernel.org, fuse-devel@...ts.sourceforge.net,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fuse: remove duplicate check for nodeid

On Tue, 13 Dec 2022 at 12:52, zyfjeff <zyfjeff@...ux.alibaba.com> wrote:
>
> before this check, the nodeid has already been checked once, so
> the check here doesn't make an sense, so remove the check for
> nodeid here.
>
>             if (err || !outarg->nodeid)
>                     goto out_put_forget;
>
>             err = -EIO;
>     >>>     if (!outarg->nodeid)
>                     goto out_put_forget;
>
> Signed-off-by: zyfjeff <zyfjeff@...ux.alibaba.com>

Applied, thanks.

Miklos

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ