From 2fe7da763166683888c346adb54c4fe28b7e21af Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 17 Jun 1999 18:53:20 +0000 Subject: [PATCH] (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 --- appl/rsh/rsh_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 8a9e0b77a..794d536d3 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -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"