aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-03-01 02:34:14 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-03-01 02:34:14 +0000
commit7524420b35ea75e3617b4a1f003b278742e7acd2 (patch)
treef34d9d8d211b9c13706e115fe58b2750b2457f98 /sink.c
parent80f45bfec11103cc60131759d9abd84114cf4657 (diff)
downloadfetchmail-7524420b35ea75e3617b4a1f003b278742e7acd2.tar.gz
fetchmail-7524420b35ea75e3617b4a1f003b278742e7acd2.tar.bz2
fetchmail-7524420b35ea75e3617b4a1f003b278742e7acd2.zip
Guard some buffers.
svn path=/trunk/; revision=3804
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 369ab024..aee27f7e 100644
--- a/sink.c
+++ b/sink.c
@@ -1468,7 +1468,8 @@ va_dcl
#endif
/* format and ship a warning message line by mail */
{
- char buf[MSGBUFSIZE+4];
+ /* make huge -- i18n can bulk up error messages a lot */
+ char buf[2*MSGBUFSIZE+4];
va_list ap;
/*