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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 Mar 2009 19:04:46 +1100 (EST)
From:	James Morris <jmorris@...ei.org>
To:	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
cc:	pavel@....cz, linux-kernel@...r.kernel.org,
	linux-security-module@...r.kernel.org
Subject: Re: TOMOYO in linux-next

On Fri, 27 Mar 2009, Tetsuo Handa wrote:

> ----------------------------------------
> TOMOYO: Fix a typo.
> 
> Signed-off-by: Kentaro Takeda <takedakn@...data.co.jp>
> Signed-off-by: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
> Signed-off-by: Toshiharu Harada <haradats@...data.co.jp>
> ---
>  security/tomoyo/common.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-2.6.29-git1.orig/security/tomoyo/common.h
> +++ linux-2.6.29-git1/security/tomoyo/common.h
> @@ -55,7 +55,7 @@ struct tomoyo_path_info {
>  struct tomoyo_path_info_with_data {
>  	/* Keep "head" first, for this pointer is passed to tomoyo_free(). */
>  	struct tomoyo_path_info head;
> -	char bariier1[16]; /* Safeguard for overrun. */
> +	char barrier1[16]; /* Safeguard for overrun. */
>  	char body[TOMOYO_MAX_PATHNAME_LEN];
>  	char barrier2[16]; /* Safeguard for overrun. */
>  };
> 

Applied.

-- 
James Morris
<jmorris@...ei.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ