Bugzilla – Attachment 57238 Details for
Bug 133416
VUL-0: CVE-2005-3351: spamassassin DoS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
spamassassin-3.0.4-4570-avoid-segfault-large-headers.patch
spamassassin-3.0.4-4570-avoid-segfault-large-headers.patch (text/plain), 714 bytes, created by
Carsten Hoeger
on 2005-11-14 12:51:39 UTC
(
hide
)
Description:
spamassassin-3.0.4-4570-avoid-segfault-large-headers.patch
Filename:
MIME Type:
Creator:
Carsten Hoeger
Created:
2005-11-14 12:51:39 UTC
Size:
714 bytes
patch
obsolete
>Bug 4570 fix regexp to not segfault given large headers > >diff -urN Mail-SpamAssassin-3.0.4.orig/lib/Mail/SpamAssassin/Message.pm Mail-SpamAssassin-3.0.4/lib/Mail/SpamAssassin/Message.pm >--- Mail-SpamAssassin-3.0.4.orig/lib/Mail/SpamAssassin/Message.pm 2005-06-05 15:31:23.000000000 -1000 >+++ Mail-SpamAssassin-3.0.4/lib/Mail/SpamAssassin/Message.pm 2005-09-11 13:14:34.000000000 -1000 >@@ -324,7 +324,7 @@ > my ($self, $hdr) = @_; > > return $self->{pristine_headers} unless $hdr; >- my(@ret) = $self->{pristine_headers} =~ /^(?:$hdr:[ \t]+(.*\n(?:\s+\S.*\n)*))/mig; >+ my(@ret) = $self->{pristine_headers} =~ /^\Q$hdr\E:[ \t]+(.*?\n(?![ \t]))/smgi; > if (@ret) { > return wantarray ? @ret : $ret[-1]; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 133416
: 57238