Opened 15 years ago
Closed 15 years ago
#2589 closed task (fixed)
Perl upstream fixes (invalid utf-8 character causes segfault)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
As seen here:
http://rt.perl.org/rt3//Public/Bug/Display.html?id=69973
Perl-5.10.1 will segfault from invalid utf-8 characters. This bug is also known as CVE 2009-3626.
This patch is from Perl's git:
http://www.linuxfromscratch.org/~robert/new/patches/perl-5.10.1-upstream_fixes.diff
and disables the affected code.
Note:
See TracTickets
for help on using tickets.
Fixed at 9204.