From 30d0defdc0c62d5f1e6eff0aaa39f4e1aa9c9c8f Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 19 Nov 2004 20:42:43 +0000 Subject: [PATCH] - Fixed bug in remote version reply, reported by DukePyrolator (#0002180). --- Changes | 2 +- src/parse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c7d42109c..8ee24c511 100644 --- a/Changes +++ b/Changes @@ -466,4 +466,4 @@ by fez (#0002191, #0002189). - Fixed the crule parser to treat - and : as valid 'word' characters rather than separators (#0002188) reported by diskman1. - +- Fixed bug in remote version reply, reported by DukePyrolator (#0002180). diff --git a/src/parse.c b/src/parse.c index 04a1a53aa..079adf29e 100644 --- a/src/parse.c +++ b/src/parse.c @@ -50,7 +50,7 @@ char backupbuf[8192]; * NOTE: parse() should not be called recursively by other functions! */ extern int lifesux; -static char *para[MAXPARA + 1]; +static char *para[MAXPARA + 2]; static char sender[HOSTLEN + 1]; static int cancel_clients(aClient *, aClient *, char *);