CVS update: samba/source/include

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Sun Aug 30 14:30:57 EST 1998


Date:	Sunday August 30, 1998 @ 14:30
Author:	tridge

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv11581

Modified Files:
	nameserv.h proto.h smb.h 
Log Message:
changed the size of a char array in the userdata_struct from 1 to 16
to account for padding/alignment issues. Eventually I'd like to find a
way to get rid of this construct altogether as it is a bit error
prone and hard to debug.

also added a new macro:

ZERO_STRUCTP() that takes a pointer to a structure and zeros the
structure. Used in nmbd to zero allocated structures before freeing
them to try to catch bugs a bit faster.



More information about the samba-cvs mailing list