From: Vsevolod Stakhov Date: Mon, 31 Oct 2022 11:21:33 +0000 (+0000) Subject: [Minor] Reserve some more bytes X-Git-Tag: 3.4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e78c6ce33c4a42ceef7750eba0e4e225253a32d;p=thirdparty%2Frspamd.git [Minor] Reserve some more bytes --- diff --git a/src/libserver/rspamd_control.h b/src/libserver/rspamd_control.h index dff48927de..c175fcc3fe 100644 --- a/src/libserver/rspamd_control.h +++ b/src/libserver/rspamd_control.h @@ -53,7 +53,7 @@ enum rspamd_srv_type { enum rspamd_log_pipe_type { RSPAMD_LOG_PIPE_SYMBOLS = 0, }; -#define CONTROL_PATHLEN MIN(PATH_MAX, PIPE_BUF - sizeof(int) * 2 - sizeof(gint64)) +#define CONTROL_PATHLEN MIN(PATH_MAX, PIPE_BUF - sizeof(int) * 2 - sizeof(gint64) * 2) struct rspamd_control_command { enum rspamd_control_type type; union { @@ -149,8 +149,8 @@ struct rspamd_srv_command { guint pair_num; } spair; struct { - gchar cache_dir[CONTROL_PATHLEN]; gboolean forced; + gchar cache_dir[CONTROL_PATHLEN]; } hs_loaded; struct { gchar tag[32];