]> jfr.im git - solanum.git/blobdiff - ircd/msgbuf.c
free server_p->certfp, allocated in newconf.c
[solanum.git] / ircd / msgbuf.c
index 644ce691742815a053f5bac04954e986365ab305..cac37c48f494345acd37d2fa499cce21a0ef17ca 100644 (file)
@@ -33,7 +33,7 @@ int
 msgbuf_parse(struct MsgBuf *msgbuf, char *line)
 {
        char *ch;
-       char *parv[MAXPARA];
+       char *parv[MAXPARA + 1];
        size_t n_para;
 
        /* skip any leading spaces */