All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <linux-kernel@borntraeger.net>
To: Bernd Schubert <bernd-schubert@web.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9-rc2: isofs oops
Date: Wed, 29 Sep 2004 22:45:58 +0200	[thread overview]
Message-ID: <200409292245.58857.linux-kernel@borntraeger.net> (raw)
In-Reply-To: <200409292008.17149.bernd-schubert@web.de>

Bernd Schubert wrote:
>
> ISO 9660 Extensions: RRIP_1991A
[oops in isofs]


Known and already fixed by Andrew Morton.

--- a/fs/isofs/rock.c   2004-09-29 13:45:15 -07:00
+++ b/fs/isofs/rock.c   2004-09-29 13:45:15 -07:00
@@ -62,7 +62,7 @@
 }                                     
 
 #define MAYBE_CONTINUE(LABEL,DEV) \
-  {if (buffer) kfree(buffer); \
+  {if (buffer) { kfree(buffer); buffer = NULL; } \
   if (cont_extent){ \
     int block, offset, offset1; \
     struct buffer_head * pbh; \


cheers

Christian


  parent reply	other threads:[~2004-09-29 20:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-29 18:08 2.6.9-rc2: isofs oops Bernd Schubert
2004-09-29 19:17 ` Bernd Schubert
2004-09-29 20:45 ` Christian Borntraeger [this message]
2004-09-29 21:21   ` Bernd Schubert

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=200409292245.58857.linux-kernel@borntraeger.net \
    --to=linux-kernel@borntraeger.net \
    --cc=bernd-schubert@web.de \
    --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.