Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97935 Details for
Bug 145829
app-admin/{webmin|usermin} XSS issues (CVE-2006-4542)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
webmin-1.300-postfix.patch
webmin-1.300-postfix.patch (text/plain), 965 bytes, created by
Alexander Skwar
on 2006-09-24 04:12:10 UTC
(
hide
)
Description:
webmin-1.300-postfix.patch
Filename:
MIME Type:
Creator:
Alexander Skwar
Created:
2006-09-24 04:12:10 UTC
Size:
965 bytes
patch
obsolete
>diff -Naur webmin-1.300.orig/postfix/postfix-lib.pl webmin-1.300/postfix/postfix-lib.pl >--- webmin-1.300.orig/postfix/postfix-lib.pl 2006-09-15 00:21:43.000000000 +0200 >+++ webmin-1.300/postfix/postfix-lib.pl 2006-09-24 13:03:04.344786500 +0200 >@@ -682,15 +682,15 @@ > { > &get_maps($_[0], $_[2]); # force cache init > my @maps_files = $_[2] ? @{$_[2]} : &get_maps_files(&get_real_value($_[0])); >-local $lref = &read_file_lines($maps_files[0]); >+local $lref = &read_file_lines($maps_files[$#maps_files]); > $_[1]->{'line'} = scalar(@$lref); > push(@$lref, &make_table_comment($_[1]->{'cmt'})); > push(@$lref, "$_[1]->{'name'}\t$_[1]->{'value'}"); > $_[1]->{'eline'} = scalar(@$lref)-1; > &flush_file_lines(); > >-$_[1]->{'map_file'} = $maps_files[0]; >-$_[1]->{'file'} = $maps_files[0]; >+$_[1]->{'map_file'} = $maps_files[$#maps_files]; >+$_[1]->{'file'} = $maps_files[$#maps_files]; > $_[1]->{'number'} = scalar(@{$maps_cache{$_[0]}}); > push(@{$maps_cache{$_[0]}}, $_[1]); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145829
: 97935