CVS update: rsync/lib

Wayne Davison wayned at samba.org
Tue May 29 00:52:10 GMT 2007


Date:	Tue May 29 00:52:09 2007
Author:	wayned

Update of /data/cvs/rsync/lib
In directory dp.samba.org:/tmp/cvs-serv26090/lib

Modified Files:
	pool_alloc.c 
Log Message:
- Fixed a bug where a pool_free() on the most-recently allocated pool
  item was trying to make that memory available to the pool, but it
  failed to adjust the right variable.
- Fixed a bug in pool_free() where the return of the entire live
  extent back to unallocated status did not obey POOL_CLEAR.
- Use the new() and new_array() functions instead of malloc().
- Changed the sqew variable to skew.
- Some other minor formatting tweaks.


Revisions:
pool_alloc.c		1.12 => 1.13
	http://www.samba.org/cgi-bin/cvsweb/rsync/lib/pool_alloc.c?r1=1.12&r2=1.13


More information about the rsync-cvs mailing list