CVS update: samba/source/lib/rpc/client

Andrew Tridgell tridge at samba.anu.edu.au
Mon May 11 16:38:32 EST 1998


Date:	Monday May 11, 1998 @ 16:38
Author:	tridge

Update of /data/cvs/samba/source/lib/rpc/client
In directory samba:/data/people/tridge/samba/source/lib/rpc/client

Modified Files:
	cli_login.c cli_netlogon.c cli_pipe.c 
Log Message:
changed to use slprintf() instead of sprintf() just about
everywhere. I've implemented slprintf() as a bounds checked sprintf()
using mprotect() and a non-writeable page.

This should prevent any sprintf based security holes.



More information about the samba-cvs mailing list