CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/20 13:35:34
Modified files:
gnu/usr.bin/perl: regexec.c
gnu/usr.bin/perl/t/re: pat.t
Log message:
Apply fix for perl bug 123562 which has been assigned CVE-2015-8853.
It can cause certain regular expressions with malformed UTF8 inputs
to go into a forever loop and consume 100% CPU. OK afresh1@
