Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sat, 29 Mar 2003 23:05:38 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Sat Mar 29 2003  23:05:38 GMT

Log message:
In a couple of places, snewn() was being asked for an array of char which was
then assigned to an unsigned char * variabe.  This fixes that.

Modified files:
    .               : ssh.c x11fwd.c

Links:
http://cvs.tartarus.org//putty/ssh.c.diff?r1=1.279&r2=1.280
http://cvs.tartarus.org//putty/x11fwd.c.diff?r1=1.30&r2=1.31