aboutsummaryrefslogtreecommitdiff
path: root/src/windows/wintel/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/wintel/auth.c')
-rw-r--r--src/windows/wintel/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/wintel/auth.c b/src/windows/wintel/auth.c
index 4d3d380..83e1f2d 100644
--- a/src/windows/wintel/auth.c
+++ b/src/windows/wintel/auth.c
@@ -184,7 +184,7 @@ auth_send(
unsigned char *parsedat,
int end_sub)
{
- char buf[512];
+ char buf[2048]; /* be sure that this is > auth.length+9 */
char *pname;
int plen;
int r;