Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 1998 02:36:39 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/msdosfs msdosfs_lookup.c
Message-ID:  <199805090936.CAA17155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1998/05/09 02:36:39 PDT

  Modified files:
    sys/msdosfs          msdosfs_lookup.c 
  Log:
  Fix off by ane error in previous commit.
  
  This caused following commands:
  	mkdir z
  	cd z
  	touch A B
  	mv B A
  corrupt the '..' entry in 'z'.
  
  Reported by:	bde
  
  Revision  Changes    Path
  1.23      +2 -2      src/sys/msdosfs/msdosfs_lookup.c



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