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-next>] [day] [month] [year] [list]
Date:   Thu, 13 Oct 2016 08:27:03 +0200
From:   Markus Trippelsdorf <markus@...ppelsdorf.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Christoph Lameter <cl@...ux.com>, Jens Axboe <axboe@...com>,
        linux-kernel@...r.kernel.org, aconole@...hat.com,
        David Miller <davem@...emloft.net>, pablo@...filter.org,
        linux-fsdevel@...r.kernel.org, viro@...iv.linux.org.uk,
        netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
        akpm@...ux-foundation.org, fw@...len.de, tytso@....edu
Subject: Re: slab corruption with current -git

On 2016.10.12 at 23:18 -0700, Linus Torvalds wrote:
> On Oct 12, 2016 23:07, "Markus Trippelsdorf" <markus@...ppelsdorf.de> wrote:
> >
> > This is nf_register_net_hook at net/netfilter/core.c:106
>
> The "*regs" access?

Yeah.

105         entry->orig_ops = reg;
106         entry->ops      = *reg;
107         entry->next     = NULL;

--
Markus

Powered by blists - more mailing lists