Back to bug 1025906

Who When What Removed Added
Petr Pisar 2013-11-04 10:14:51 UTC Status NEW ASSIGNED
Petr Pisar 2013-11-04 12:16:19 UTC Link ID CPAN 120457
Petr Pisar 2013-11-04 15:12:10 UTC Keywords Regression
See Also https://bugzilla.redhat.com/show_bug.cgi?id=884354
Petr Pisar 2013-11-11 09:41:00 UTC Attachment #819195 Attachment is obsolete 0 1
Attachment #819662 Attachment is obsolete 0 1
Petr Pisar 2013-11-11 09:42:20 UTC Keywords Patch
Petr Pisar 2013-11-11 13:35:00 UTC Severity unspecified medium
Ondrej Vasik 2014-02-27 14:44:29 UTC Blocks 1070830
Joe Orton 2014-08-27 11:02:05 UTC CC jorton
Ondrej Vasik 2014-11-03 12:38:06 UTC Blocks 1159820
David Kutálek 2014-11-28 11:46:05 UTC CC dkutalek
Tom Lavigne 2015-01-06 17:28:59 UTC CC tlavigne
Petr Pisar 2015-01-07 07:11:21 UTC Assignee perl-maint-list ppisar
Petr Pisar 2015-01-07 10:25:44 UTC Status ASSIGNED MODIFIED
Fixed In Version perl-5.10.1-138.el6
Doc Text Cause:
Translate a string with back-slash character using
Perl Locale::Maketext localization framework.
Consequence:
Back-slashes become doubled.
Fix:
An upstream fix do unescape back-slashes in literal
output strings has been applied.
Result:
A regression introduced by CVE-2012-6329 fix causing
double-escaping some back-slash characters has been
corrected.
errata-xmlrpc 2015-01-08 06:50:47 UTC Status MODIFIED ON_QA
Martin Kyral 2015-01-26 09:24:26 UTC CC mkyral
QA Contact qe-baseos-apps mkyral
Martin Kyral 2015-01-26 09:27:48 UTC Status ON_QA VERIFIED
Lenka Špačková 2015-06-17 07:47:34 UTC Doc Text Cause:
Translate a string with back-slash character using
Perl Locale::Maketext localization framework.
Consequence:
Back-slashes become doubled.
Fix:
An upstream fix do unescape back-slashes in literal
output strings has been applied.
Result:
A regression introduced by CVE-2012-6329 fix causing
double-escaping some back-slash characters has been
corrected.
The Perl Locale::Maketext localization framework did not properly translate the backslash (\) characters. As a consequence, Perl rendered the backslashes as double (\\). With this update, Perl no longer escapes the backslashes in literal output strings, and they appear correctly.
errata-xmlrpc 2015-07-20 12:24:12 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2015-07-22 05:59:27 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2015-07-22 01:59:27 UTC

Back to bug 1025906