Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 90f66c42e4513ae5d907805fbf28b9967a90d6c5
https://github.com/Perl/perl5/commit/90f66c42e4513ae5d907805fbf28b9967a90d6c5
Author: John Lightsey <[email protected]>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M regcomp.c
Log Message:
-----------
Heap buffer overflow in regex bracket group whitespace handling
The code for skipping whitespace in regex bracket character groups
was walking past the end of the regex in some cases.