All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 4.7-rc7: use-after-free in proc_map_files_readdir
Date: Tue, 19 Jul 2016 11:31:45 -0400	[thread overview]
Message-ID: <20160719153145.GA11224@codemonkey.org.uk> (raw)
In-Reply-To: <CACVxJT-DnpFSj2WxU4gn8u0f8_UbTACw1_gbOe7RtxOwkWK10Q@mail.gmail.com>

On Tue, Jul 19, 2016 at 02:16:36PM +0300, Alexey Dobriyan wrote:
 > > BUG: KASAN: use-after-free in proc_map_files_readdir+0x2e3/0x5a0 at addr ffff88044feb2044
 > 
 > Just in case can you addr2line this address or post disassembly?

http://codemonkey.org.uk/junk/fs_proc_base.dis.txt

Which by my math, looks to be..

    7253:       41 8b 87 84 00 00 00    mov    0x84(%r15),%eax
                        info.len = snprintf(info.name,

inlined from dir_emit_dots()

	Dave

  reply	other threads:[~2016-07-19 15:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 11:16 4.7-rc7: use-after-free in proc_map_files_readdir Alexey Dobriyan
2016-07-19 15:31 ` Dave Jones [this message]
2016-07-19 16:20   ` Al Viro
2016-07-19 18:33     ` Dave Jones
2016-07-19 19:38       ` Al Viro
2016-07-19 19:47         ` Dave Jones
2016-07-20 13:14         ` Dave Jones
2016-07-19 19:28   ` Alexey Dobriyan
  -- strict thread matches above, loose matches on Subject: below --
2016-07-18 23:24 Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160719153145.GA11224@codemonkey.org.uk \
    --to=davej@codemonkey.org.uk \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.