[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    Re: [PATCH] eventfs: Directly return NULL to avoid null point dereferenced
From:       Markus Elfring <Markus.Elfring () web ! de>
Date:       2024-05-12 17:12:20
Message-ID: 34c7ffeb-1fe9-4e89-a7b6-c6a8be17df90 () web ! de
[Download RAW message or body]

> When the condition ei->is_free holds,we return NULL directly to
> avoid update_events_attr to use NULL point about ei.

* Please avoid typos in the summary phrase and the commit message.

* Would you like to use an imperative wording for an improved change description?
  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.9-rc7#n94



…
> +++ b/fs/tracefs/event_inode.c
> @@ -346,8 +346,7 @@ static struct eventfs_inode *eventfs_find_events(struct dentry \
>                 *dentry)
> 		 * doesn't matter.
> 		 */
> 		if (ei->is_freed) {
> -			ei = NULL;
> -			break;
> +			return NULL;
> 		}
…

How do you think about to omit curly brackets here?

Regards,
Markus


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic