Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 02:40:25 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/106703: commit references a PR
Message-ID:  <200612190240.kBJ2ePOo089838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/106703; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/106703: commit references a PR
Date: Tue, 19 Dec 2006 02:32:15 +0000 (UTC)

 rodrigc     2006-12-19 02:31:58 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/fs/msdosfs       bpb.h 
   Log:
   For big-endian version of getulong() macro, cast result to u_int32_t.
   This macro was written expecting a 32-bit unsigned long, and
   doesn't work properly on 64-bit systems.  This bug caused vn_stat()
   to return incorrect values for files larger than 2gb on msdosfs filesystems
   on 64-bit systems.
   
   PR:             106703
   Submitted by:   Axel Gonzalez <loox e-shell net>
   MFC after:      3 days
   
   Revision  Changes    Path
   1.13      +1 -1      src/sys/fs/msdosfs/bpb.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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