Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 14:41:41 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_lookup.c
Message-ID:  <200210182141.g9ILffc8089403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/10/18 14:41:41 PDT

  Modified files:
    sys/gnu/ext2fs       ext2_lookup.c 
  Log:
  MFufs 1.33:
      In the 'found' case for ext2_lookup() the underlying bp's data was
      being accessed after the bp had been releaed.  A simple move of the
      brelse() solves the problem.
  
  The PR reports that this caused panics running the GDB testsuite unless
  NO_GEOM is configured.
  
  PR:             44060
  Reported by:    Mark Kettenis <kettenis@chello.nl>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.37      +1 -1      src/sys/gnu/ext2fs/ext2_lookup.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210182141.g9ILffc8089403>