X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.c;h=2574758927a6f8e3059dde07c6cedddbfbe2980b;hp=d8015ccae309f3983acb26a1b609157521ecd7aa;hb=97812f00652c44ac174a4ec2a3e17e94863c8bbe;hpb=175de9b09446460c4572117c9685ed7e4df14810 diff --git a/citadel/msgbase.c b/citadel/msgbase.c index d8015ccae..257475892 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -2036,11 +2036,11 @@ int CtdlOutputPreLoadedMsg( * using functions that are bounds-checked, and therefore we can * make them substantially smaller than SIZ. */ - char suser[100]; - char luser[100]; - char fuser[100]; - char snode[100]; - char mid[100]; + char suser[1024]; + char luser[1024]; + char fuser[1024]; + char snode[1024]; + char mid[1024]; syslog(LOG_DEBUG, "msgbase: CtdlOutputPreLoadedMsg(TheMessage=%s, %d, %d, %d, %d", ((TheMessage == NULL) ? "NULL" : "not null"), @@ -2143,6 +2143,7 @@ int CtdlOutputPreLoadedMsg( strcpy(suser, ""); strcpy(luser, ""); strcpy(fuser, ""); + strcpy(snode, ""); if (mode == MT_RFC822) OutputRFC822MsgHeaders( TheMessage,