1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Bump scratch buffer too, or we would overflow due to previous commit

This commit is contained in:
Bram Matthys
2025-11-15 18:40:04 +01:00
parent 6c5de62c18
commit b1210024c6
+1 -1
View File
@@ -161,7 +161,7 @@ CMD_FUNC(cmd_sjoin)
unsigned short merge; /**< same timestamp: merge their & our modes */
char pvar[MAXMODEPARAMS][MODEBUFLEN + 3];
char cbuf[MAXLINELENGTH];
char scratch_buf[1024]; /**< scratch buffer */
char scratch_buf[MAXLINELENGTH]; /**< scratch buffer */
char item[1024]; /**< nick or ban/invex/exempt being processed */
char item_modes[MEMBERMODESLEN]; /**< item modes, eg "b" or "vhoaq" */
char prefix[16]; /**< SJOIN prefix of item for server to server traffic (eg: @) */