OpenAFS CVS Commit: openafs/src/volser by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 21 Mar 2004 06:41:58 EST


Update of /cvs/openafs/src/volser
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/volser

Modified Files:
	vos.c 
Log Message:
DELTA VLCallBack-vos-20040321
AUTHOR jaltman@mit.edu

The variable 'm_unique' is an afs_uint32 where the desired parameter
must be of type struct VLCallBack when attempting to call VL_GetAddrs.
I do not know how this code ever worked on any platform as the stack
was being overwritten.

This produced binary, vos.exe on windows, also generates massive 
memory leaks.  I do not think we care all that much because the 
utility does not stay around all that long.  However, the fact that
the API makes it so easy to lose memory is scary.



--- DELTA config follows ---
VLCallBack-vos-20040321 openafs/src/volser/vos.c 1.36 1.37