Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 658787 Details for
Bug 884354
CVE-2012-6329 perl: possible arbitrary code execution via Locale::Maketext
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Template for reproducer
reproducer (text/plain), 433 bytes, created by
Petr Pisar
on 2012-12-06 15:08:20 UTC
(
hide
)
Description:
Template for reproducer
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-12-06 15:08:20 UTC
Size:
433 bytes
patch
obsolete
>#!/usr/bin/perl >use strict; >use warnings; >use utf8; >use encoding ':locale'; > >package My::Localize; >use parent 'Locale::Maketext'; >1; > >package My::Localize::cs_cz; >use parent -norequire, 'My::Localize'; >our %Lexicon = ( > '_AUTO' => 1, > 'Hello [_1]!' => 'Ahoj, [_1]!' >); >1; > >package My; >our $VERSION = '42'; >my $lh = My::Localize->get_handle('cs_CZ') or die "No lexicon exists!"; >print $lh->maketext('Hello [_1]!', 'foo'), "\n";
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 Raw
Actions:
View
Attachments on
bug 884354
: 658787 |
676781
|
704920
|
705056
|
705349
|
705351