kern/106703: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Dec 18 18:40:34 PST 2006


The following reply was made to PR kern/106703; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list