OpenAFS CVS Commit: openafs/src/viced by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 07 Dec 2001 21:29:24 EST


Update of /cvs/openafs/src/viced
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/viced

Modified Files:
	afsfileprocs.c 
Log Message:
DELTA make-storedata-use-unsigned-values-so-quota-cant-get-corrupted-20011203
AUTHOR kolya@mit.edu

Currently it's possible to give StoreData negative Pos/Length/FileLength
  arguments and thereby set the volume quota usage to arbitrary values.
  This patch makes these values unsigned, since negative file positions
  and lengths don't make sense anyway.


--- DELTA config follows ---
make-storedata-use-unsigned-values-so-quota-cant-get-corrupted-20011203 openafs/src/viced/afsfileprocs.c 1.20 1.21