From: Oleg Drokin <green@namesys.com>
To: linux-kernel@vger.kernel.org, akpm@digeo.com
Subject: [2.5] double free in ext2?
Date: Fri, 7 Mar 2003 13:06:55 +0300 [thread overview]
Message-ID: <20030307130655.A17819@namesys.com> (raw)
Hello!
I am playing with smatch and while testing my improved version of
unfree.pl, I seems to have found a double free condition in ext2:
fs/ext2/super.c::ext2_fill_super() (I am looking at yesterday's 2.5 snapshot)
in line 784 we do kfree(sbi->s_group_desc); (then print "EXT2-fs: unable to read group descriptors\n")
and go to failed_mount_group_desc, which reads (from line 821):
failed_mount_group_desc:
kfree(sbi->s_group_desc);
2.4 is not affected.
Bye,
Oleg
next reply other threads:[~2003-03-07 9:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-07 10:06 Oleg Drokin [this message]
2003-03-07 10:11 ` [2.5] double free in ext2? Andrew Morton
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=20030307130655.A17819@namesys.com \
--to=green@namesys.com \
--cc=akpm@digeo.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.