CVSROOT: /cvs Module name: src Changes by: afre...@cvs.openbsd.org 2017/09/22 17:15:41
Modified files: gnu/usr.bin/perl: Tag: OPENBSD_6_0 regcomp.c Log message: A buffer over-read and heap overflow in perl's regexp may result in a crash or memory leak. Fixes * CVE-2017-12883 (Buffer over-read) * CVE-2017-12837 (Heap overflow when compiling case-insensitive regexp) Patches by Karl Williamson <khw cpan.org> Backport, including additional required patches by Niko Tyni <ntyni debian.org>