c53c1f0ab8
Fixes an APOP authentication vulnerability (CVE-2007-1558). ok bernd@
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
$OpenBSD: patch-muttlib_c,v 1.3 2007/06/15 19:01:07 kili Exp $
|
|
--- muttlib.c.orig Wed May 23 03:19:26 2007
|
|
+++ muttlib.c Mon May 28 19:10:48 2007
|
|
@@ -809,8 +809,8 @@ void mutt_expand_fmt (char *dest, size_t destlen, cons
|
|
}
|
|
else if (p[1] == '%')
|
|
p++;
|
|
-
|
|
- p++;
|
|
+ else
|
|
+ p++;
|
|
}
|
|
|
|
if (found)
|