From df2772c113d564fc4524f1d5e59f2e3cbb270502 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 24 Jul 2019 17:42:31 -0700 Subject: [PATCH] modules/client/sync/rooms: Fix buffer sizing constant. --- modules/client/sync/rooms.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/sync/rooms.cc b/modules/client/sync/rooms.cc index 660daea23..8764fe31e 100644 --- a/modules/client/sync/rooms.cc +++ b/modules/client/sync/rooms.cc @@ -196,7 +196,7 @@ ircd::m::sync::_rooms_polylog(data &data, } #if defined(RB_DEBUG) - thread_local char tmbuf[MEMBERSHIP_MAX_SIZE]; + thread_local char tmbuf[32]; if(data.stats && rooms.stats_debug) log::debug { log, "polylog %s %s %s in %s",