Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8111bf2fc3870f8146bb46652b66bd517e82b4dd
https://github.com/Perl/perl5/commit/8111bf2fc3870f8146bb46652b66bd517e82b4dd
Author: Yves Orton <[email protected]>
Date: 2023-01-21 (Sat, 21 Jan 2023)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c - fix fencepost error duping a regex
In fe5492d916201ce31a107839a36bcb1435fe7bf0 I made a fencepost error
copying the logical_to_parno and related data structures. They all needed a
+1 on their size as the paren counts (logical and physical) as they have
to account for capture buffer 0 which is always present which represents
the entire match.