aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-SA-2008-01.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-06-17 13:02:54 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-06-17 13:02:54 +0000
commit94b3f4fdb0d14c01444cf02389511d9a45b6e1e1 (patch)
tree978f74de3e8653d98bb39753a0d4588348fdc098 /fetchmail-SA-2008-01.txt
parentbcd442a15bff2c995fddf092c3fc48b154a0ff6c (diff)
downloadfetchmail-94b3f4fdb0d14c01444cf02389511d9a45b6e1e1.tar.gz
fetchmail-94b3f4fdb0d14c01444cf02389511d9a45b6e1e1.tar.bz2
fetchmail-94b3f4fdb0d14c01444cf02389511d9a45b6e1e1.zip
GnuPG-sign security announcements.
svn path=/branches/BRANCH_6-3/; revision=5199
Diffstat (limited to 'fetchmail-SA-2008-01.txt')
-rw-r--r--fetchmail-SA-2008-01.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/fetchmail-SA-2008-01.txt b/fetchmail-SA-2008-01.txt
index a74fb081..6fbf15e4 100644
--- a/fetchmail-SA-2008-01.txt
+++ b/fetchmail-SA-2008-01.txt
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
fetchmail-SA-2008-01: Crash on large log messages in verbose mode
Topics: Crash in large log messages in verbose mode.
@@ -118,13 +121,13 @@ B. Patch to remedy the problem
diff --git a/report.c b/report.c
index 31d4e48..2a731ac 100644
---- a/report.c
+- --- a/report.c
+++ b/report.c
@@ -238,11 +238,17 @@ report_build (FILE *errfp, message, va_alist)
rep_ensuresize();
#if defined(VA_START)
-- VA_START (args, message);
+- - VA_START (args, message);
for ( ; ; )
{
+ /*
@@ -143,9 +146,16 @@ index 31d4e48..2a731ac 100644
partial_message_size += 2048;
partial_message = REALLOC (partial_message, partial_message_size);
}
-- va_end (args);
+- - va_end (args);
#else
for ( ; ; )
{
END OF fetchmail-SA-2008-01.txt
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQFIV7WYvmGDOQUufZURAs7/AJ49LCd2q34puZHNe4GxcXnsOtB8DQCg7mth
+BUgZUxZxPInU60c9rNFbOm8=
+=yg6v
+-----END PGP SIGNATURE-----