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]
Date:	Mon, 19 Nov 2007 16:39:36 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Kevin Winchester <kjwinchester@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c

On Mon, 19 Nov 2007 20:16:20 -0400
Kevin Winchester <kjwinchester@...il.com> wrote:

> 
> An obviously missing closing parenthesis.
> 

I'm going through complete misery with that file.

> 
> ---
> 
> This is more for practice sending patches than anything else, to make
> sure they are not damaged in any way.
> 
> But it does bring up a good question.  Are patches expected/wanted for
> the mmotm kernels?

Sure, thanks.

> Index: linux-mm/fs/binfmt_elf.c
> ===================================================================
> --- linux-mm.orig/fs/binfmt_elf.c       2007-11-19 20:01:00.000000000 -0400
> +++ linux-mm/fs/binfmt_elf.c    2007-11-19 20:02:34.000000000 -0400
> @@ -1031,7 +1031,7 @@
>         }
> 
>         if (elf_interpreter) {
> -               if (IS_AOUT_INTERP(interpreter_type) {
> +               if (IS_AOUT_INTERP(interpreter_type)) {
>                         elf_entry = load_aout_interp(&loc->interp_ex,
>                                                      interpreter);
>                 } else {
-
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