]> jfr.im git - solanum.git/blobdiff - ircd/ircd_parser.y
ircd_lexer: fix another crash with the same cause
[solanum.git] / ircd / ircd_parser.y
index f07c3f9ae747e40db494cdf4a6d3ea84d57efbaf..d1dee1b2f8f671548779611e026d1754ce1ee4c4 100644 (file)
@@ -160,7 +160,7 @@ static void add_cur_list(int type, char *str, int number)
 
 %union {
        int             number;
-       char            string[BUFSIZE + 1];
+       char            string[1024];
        conf_parm_t *   conf_parm;
 }