]> jfr.im git - solanum.git/blobdiff - src/s_serv.c
Fix buffer overflow in introduce_client and burst_TS6
[solanum.git] / src / s_serv.c
index d7e73bed52238adf22e12f7920125449be4721d1..7c7e10dbeebfa55726a8f3218e6dd69d163c2a52 100644 (file)
@@ -555,7 +555,7 @@ burst_modes_TS6(struct Client *client_p, struct Channel *chptr,
 static void
 burst_TS6(struct Client *client_p)
 {
-       static char ubuf[12];
+       char ubuf[BUFSIZE];
        struct Client *target_p;
        struct Channel *chptr;
        struct membership *msptr;