(RSH_BUFSIZ): bump to 16 * 1024 to be sure that we don't leave any
data inside des_enc_read. (that constant should really be exported in some way...) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6335 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -133,7 +133,7 @@ extern des_cblock iv;
|
||||
#define USERNAME_SZ 16
|
||||
#define COMMAND_SZ 1024
|
||||
|
||||
#define RSH_BUFSIZ 10240
|
||||
#define RSH_BUFSIZ (16 * 1024)
|
||||
|
||||
#define PATH_RSH BINDIR "/rsh"
|
||||
|
||||
|
Reference in New Issue
Block a user