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: <6d6201-27d2-19d2-b710-9b4461fce6f0@bombadil.infradead.org>
Date:   Fri, 19 Mar 2021 18:28:35 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     viro@...iv.linux.org.uk, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] binfmt_misc: Trivial spello fix



On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/delimeter/delimiter/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
> Al, please don't fret over this trivialities. I am trying to make sense the
> change I am making.
>
> fs/binfmt_misc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index e1eae7ea823a..1e4a59af41eb 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -297,7 +297,7 @@ static Node *create_entry(const char __user *buffer, size_t count)
> 	if (copy_from_user(buf, buffer, count))
> 		goto efault;
>
> -	del = *p++;	/* delimeter */
> +	del = *p++;	/* delimiter */
>
> 	pr_debug("register: delim: %#x {%c}\n", del, del);
>
> --
> 2.26.2
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ