This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run-time /(?{})/: fix an buffer overrun
authorDavid Mitchell <davem@iabyn.com>
Thu, 14 Jun 2012 12:10:08 +0000 (13:10 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 14 Jun 2012 12:10:08 +0000 (13:10 +0100)
commitc8d84f8c67ae20ce66d0a8e68579817d47224ab2
tree501ff952b3ec9127f54112708e9df7a5cee36e1d
parenteb58a7e122f6228be1255f72e5f8e9834727ffdf
run-time /(?{})/: fix an buffer overrun

String length calculation didn't allow for trailing nul.
(spotted by Nicholas)
regcomp.c