CVS update: rsync

Martin Pool mbp at samba.org
Thu Apr 11 02:25:53 GMT 2002


Date:	Wed Apr 10 19:25:53 2002
Author:	mbp

Update of /data/cvs/rsync
In directory va:/tmp/cvs-serv22364

Modified Files:
	access.c clientserver.c exclude.c loadparm.c params.c proto.h 
	socket.c util.c 
Log Message:
Try to fix ctype issues by always calling these functions as 

	if (!isdigit(* (unsigned char *) p)) {

so that the argument is always in the range of unsigned char when
coerced to an int.

(See digit 1.)


Revisions:
access.c		1.4 => 1.5
	http://www.samba.org/cgi-bin/cvsweb/rsync/access.c?r1=1.4&r2=1.5
clientserver.c		1.97 => 1.98
	http://www.samba.org/cgi-bin/cvsweb/rsync/clientserver.c?r1=1.97&r2=1.98
exclude.c		1.43 => 1.44
	http://www.samba.org/cgi-bin/cvsweb/rsync/exclude.c?r1=1.43&r2=1.44
loadparm.c		1.43 => 1.44
	http://www.samba.org/cgi-bin/cvsweb/rsync/loadparm.c?r1=1.43&r2=1.44
params.c		1.5 => 1.6
	http://www.samba.org/cgi-bin/cvsweb/rsync/params.c?r1=1.5&r2=1.6
proto.h		1.147 => 1.148
	http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.147&r2=1.148
socket.c		1.81 => 1.82
	http://www.samba.org/cgi-bin/cvsweb/rsync/socket.c?r1=1.81&r2=1.82
util.c		1.116 => 1.117
	http://www.samba.org/cgi-bin/cvsweb/rsync/util.c?r1=1.116&r2=1.117




More information about the rsync-cvs mailing list